#6F3003

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

Shades of Baker's Chocolate #6F3003

Tints of Baker's Chocolate #6F3003

Color information

#6F3003 (or 0x6F3003) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 30 and 03. RGB value is (111,48,3). Sum of RGB (Red+Green+Blue) = 111+48+3=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3003 is #90CFFC. Grayscale: #3D3D3D. Windows color (decimal): -9490429 or 209007. OLE color: 209007.

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

Color convert

RGB111483-
CMYK00.570.970.56
HSL25º94.74%22.35%-
HSV(B)25º97.3%43.53%-
XYZ7.635.50.75-
YUV61.7194.87163.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=68.52%
G=29.63%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11148300.570.970.562594.7422.35
Hex6F3030396138195f16
Octal157603071141703113726
Binary1101111110000110111001110000111100011001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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