#602F0C

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

Shades of Baker's Chocolate #602F0C

Tints of Baker's Chocolate #602F0C

Color information

#602F0C (or 0x602F0C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2F and 0C. RGB value is (96,47,12). Sum of RGB (Red+Green+Blue) = 96+47+12=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F0C is #9FD0F3. Grayscale: #393939. Windows color (decimal): -10473716 or 798560. OLE color: 798560.

HSL color Cylindrical-coordinate representation of color #602F0C: hue angle of 25º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #602F0C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB964712-
CMYK00.510.880.62
HSL25º77.78%21.18%-
HSV(B)25º87.5%37.65%-
XYZ5.914.550.91-
YUV57.66102.23155.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 12 (5.08% from 255) = 7.74%
R=61.94%
G=30.32%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96471200.510.880.622577.7821.18
Hex602FC033583E194e15
Octal1405714063130763111625
Binary110000010111111000110011101100011111011001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602F0C; }

 p { color: rgb(96,47,12); }

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

<style>
 a { background-color: #602F0C; }

 a { background-color: rgb(96,47,12); }

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

<style>
 span { border-color: #602F0C; }

 span { border-color: rgb(96,47,12); }

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