#602E0F

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

Shades of Baker's Chocolate #602E0F

Tints of Baker's Chocolate #602E0F

Color information

#602E0F (or 0x602E0F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 0F. RGB value is (96,46,15). Sum of RGB (Red+Green+Blue) = 96+46+15=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #602E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E0F is #9FD1F0. Grayscale: #393939. Windows color (decimal): -10473969 or 994912. OLE color: 994912.

HSL color Cylindrical-coordinate representation of color #602E0F: hue angle of 22.96º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #602E0F is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB964615-
CMYK00.520.840.62
HSL22.96º72.97%21.76%-
HSV(B)22.96º84.38%37.65%-
XYZ5.894.481.01-
YUV57.42104.06155.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=61.15%
G=29.30%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96461500.520.840.6222.9672.9721.76
Hex602EF034543E174916
Octal1405617064124762711126
Binary110000010111011110110100101010011111010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,46,15); }

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

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

 a { background-color: rgb(96,46,15); }

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

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

 span { border-color: rgb(96,46,15); }

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