#602A0E

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

Shades of Baker's Chocolate #602A0E

Tints of Baker's Chocolate #602A0E

Color information

#602A0E (or 0x602A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2A and 0E. RGB value is (96,42,14). Sum of RGB (Red+Green+Blue) = 96+42+14=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602A0E is #9FD5F1. Grayscale: #373737. Windows color (decimal): -10474994 or 928352. OLE color: 928352.

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

Color convert

RGB964214-
CMYK00.560.850.62
HSL20.49º74.55%21.57%-
HSV(B)20.49º85.42%37.65%-
XYZ5.734.170.92-
YUV54.95104.89157.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=63.16%
G=27.63%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96421400.560.850.6220.4974.5521.57
Hex602AE038553E144b16
Octal1405216070125762411326
Binary110000010101011100111000101010111111010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,42,14); }

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

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

 a { background-color: rgb(96,42,14); }

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

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

 span { border-color: rgb(96,42,14); }

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