#6F2A0F

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

Shades of Baker's Chocolate #6F2A0F

Tints of Baker's Chocolate #6F2A0F

Color information

#6F2A0F (or 0x6F2A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2A and 0F. RGB value is (111,42,15). Sum of RGB (Red+Green+Blue) = 111+42+15=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2A0F is #90D5F0. Grayscale: #3B3B3B. Windows color (decimal): -9491953 or 993903. OLE color: 993903.

HSL color Cylindrical-coordinate representation of color #6F2A0F: hue angle of 16.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F2A0F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1114215-
CMYK00.620.860.56
HSL16.88º76.19%24.71%-
HSV(B)16.88º86.49%43.53%-
XYZ7.475.071.04-
YUV59.55102.86164.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.07%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=66.07%
G=25%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111421500.620.860.5616.8876.1924.71
Hex6F2AF03E5638114c19
Octal1575217076126702111431
Binary110111110101011110111110101011011100010001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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