#602F0A

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

Shades of Baker's Chocolate #602F0A

Tints of Baker's Chocolate #602F0A

Color information

#602F0A (or 0x602F0A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2F and 0A. RGB value is (96,47,10). Sum of RGB (Red+Green+Blue) = 96+47+10=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #602F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F0A is #9FD0F5. Grayscale: #393939. Windows color (decimal): -10473718 or 667488. OLE color: 667488.

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

Color convert

RGB964710-
CMYK00.510.900.62
HSL25.81º81.13%20.78%-
HSV(B)25.81º89.58%37.65%-
XYZ5.94.540.85-
YUV57.43101.23155.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.75%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=62.75%
G=30.72%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96471000.510.900.6225.8181.1320.78
Hex602FA0335A3E1a5115
Octal1405712063132763212125
Binary110000010111110100110011101101011111011010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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