#6F3008

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

Shades of Baker's Chocolate #6F3008

Tints of Baker's Chocolate #6F3008

Color information

#6F3008 (or 0x6F3008) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 30 and 08. RGB value is (111,48,8). Sum of RGB (Red+Green+Blue) = 111+48+8=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3008 is #90CFF7. Grayscale: #3E3E3E. Windows color (decimal): -9490424 or 536687. OLE color: 536687.

HSL color Cylindrical-coordinate representation of color #6F3008: hue angle of 23.3º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F3008 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111488-
CMYK00.570.930.56
HSL23.3º86.55%23.33%-
HSV(B)23.3º92.79%43.53%-
XYZ7.665.510.89-
YUV62.2897.37162.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=66.47%
G=28.74%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11148800.570.930.5623.386.5523.33
Hex6F3080395D38175717
Octal1576010071135702712727
Binary110111111000010000111001101110111100010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,8); }

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

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

 a { background-color: rgb(111,48,8); }

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

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

 span { border-color: rgb(111,48,8); }

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