#6F2A0B

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

Shades of Baker's Chocolate #6F2A0B

Tints of Baker's Chocolate #6F2A0B

Color information

#6F2A0B (or 0x6F2A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2A and 0B. RGB value is (111,42,11). Sum of RGB (Red+Green+Blue) = 111+42+11=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2A0B is #90D5F4. Grayscale: #3B3B3B. Windows color (decimal): -9491957 or 731759. OLE color: 731759.

HSL color Cylindrical-coordinate representation of color #6F2A0B: hue angle of 18.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F2A0B is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1114211-
CMYK00.620.900.56
HSL18.6º81.97%23.92%-
HSV(B)18.6º90.09%43.53%-
XYZ7.445.060.9-
YUV59.1100.86165.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=67.68%
G=25.61%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111421100.620.900.5618.681.9723.92
Hex6F2AB03E5A38135218
Octal1575213076132702312230
Binary110111110101010110111110101101011100010011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,42,11); }

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

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

 a { background-color: rgb(111,42,11); }

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

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

 span { border-color: rgb(111,42,11); }

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