#6F3303

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

Shades of Baker's Chocolate #6F3303

Tints of Baker's Chocolate #6F3303

Color information

#6F3303 (or 0x6F3303) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 33 and 03. RGB value is (111,51,3). Sum of RGB (Red+Green+Blue) = 111+51+3=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3303 is #90CCFC. Grayscale: #3F3F3F. Windows color (decimal): -9489661 or 209775. OLE color: 209775.

HSL color Cylindrical-coordinate representation of color #6F3303: hue angle of 26.67º 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 #6F3303 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB111513-
CMYK00.540.970.56
HSL26.67º94.74%22.35%-
HSV(B)26.67º97.3%43.53%-
XYZ7.765.750.79-
YUV63.4793.88161.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=67.27%
G=30.91%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11151300.540.970.5626.6794.7422.35
Hex6F33303661381b5f16
Octal157633066141703313726
Binary1101111110011110110110110000111100011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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