#6f2c0c

Color #6F2C0C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6F2C0C

Tints of Baker's Chocolate #6F2C0C

Color information

#6F2C0C (or 0x6F2C0C) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2C and 0C. RGB value is (111,44,12). Sum of RGB (Red+Green+Blue) = 111+44+12=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2C0C is #90D3F3. Grayscale: #3C3C3C. Windows color (decimal): -9491444 or 797807. OLE color: 797807.

HSL color Cylindrical-coordinate representation of color #6F2C0C: hue angle of 19.39º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F2C0C is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1114412-
CMYK00.600.890.56
HSL19.39º80.49%24.12%-
HSV(B)19.39º89.19%43.53%-
XYZ7.525.210.96-
YUV60.38100.7164.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=66.47%
G=26.35%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111441200.600.890.5619.3980.4924.12
Hex6F2CC03C5938135018
Octal1575414074131702312030
Binary110111110110011000111100101100111100010011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f2c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6f2c0c; }

 p { color: rgb(111,44,12); }

 H1.HeaderClassName
 {
   color: #6f2c0c;
 }
 .AnyTagClassName
 {
   color: #6f2c0c;
 }
</style>
background-color css

<style>
 a { background-color: #6f2c0c; }

 a { background-color: rgb(111,44,12); }

 div.DivClassName
 {
   background-color: #6f2c0c;
 }
 .BgClassName
 {
   background-color: #6f2c0c;
 }
</style>
border-color css

<style>
 span { border-color: #6f2c0c; }

 span { border-color: rgb(111,44,12); }

 td.TdClassName
 {
   border-color: #6f2c0c;
 }
 .TagClassName
 {
   border-color: #6f2c0c;
 }
</style>