#602D0E

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

Shades of Baker's Chocolate #602D0E

Tints of Baker's Chocolate #602D0E

Color information

#602D0E (or 0x602D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2D and 0E. RGB value is (96,45,14). Sum of RGB (Red+Green+Blue) = 96+45+14=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D0E is #9FD2F1. Grayscale: #383838. Windows color (decimal): -10474226 or 929120. OLE color: 929120.

HSL color Cylindrical-coordinate representation of color #602D0E: hue angle of 22.68º 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 #602D0E is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB964514-
CMYK00.530.850.62
HSL22.68º74.55%21.57%-
HSV(B)22.68º85.42%37.65%-
XYZ5.844.40.96-
YUV56.72103.9156.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=61.94%
G=29.03%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96451400.530.850.6222.6874.5521.57
Hex602DE035553E174b16
Octal1405516065125762711326
Binary110000010110111100110101101010111111010111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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