#6F3102

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

Shades of Baker's Chocolate #6F3102

Tints of Baker's Chocolate #6F3102

Color information

#6F3102 (or 0x6F3102) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 31 and 02. RGB value is (111,49,2). Sum of RGB (Red+Green+Blue) = 111+49+2=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3102 is #90CEFD. Grayscale: #3E3E3E. Windows color (decimal): -9490174 or 143727. OLE color: 143727.

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

Color convert

RGB111492-
CMYK00.560.980.56
HSL25.87º96.46%22.16%-
HSV(B)25.87º98.2%43.53%-
XYZ7.665.580.73-
YUV62.1894.04162.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=68.52%
G=30.25%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11149200.560.980.5625.8796.4622.16
Hex6F31203862381a6016
Octal157612070142703214026
Binary1101111110001100111000110001011100011010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,2); }

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

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

 a { background-color: rgb(111,49,2); }

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

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

 span { border-color: rgb(111,49,2); }

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