#6F2402

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

Shades of Baker's Chocolate #6F2402

Tints of Baker's Chocolate #6F2402

Color information

#6F2402 (or 0x6F2402) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 24 and 02. RGB value is (111,36,2). Sum of RGB (Red+Green+Blue) = 111+36+2=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2402 is #90DBFD. Grayscale: #363636. Windows color (decimal): -9493502 or 140399. OLE color: 140399.

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

Color convert

RGB111362-
CMYK00.680.980.56
HSL18.72º96.46%22.16%-
HSV(B)18.72º98.2%43.53%-
XYZ7.24.650.57-
YUV54.5598.35168.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74.50%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=74.50%
G=24.16%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11136200.680.980.5618.7296.4622.16
Hex6F2420446238136016
Octal1574420104142702314026
Binary11011111001001001000100110001011100010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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