#602D0F

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

Shades of Baker's Chocolate #602D0F

Tints of Baker's Chocolate #602D0F

Color information

#602D0F (or 0x602D0F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2D and 0F. RGB value is (96,45,15). Sum of RGB (Red+Green+Blue) = 96+45+15=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D0F is #9FD2F0. Grayscale: #383838. Windows color (decimal): -10474225 or 994656. OLE color: 994656.

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

Color convert

RGB964515-
CMYK00.530.840.62
HSL22.22º72.97%21.76%-
HSV(B)22.22º84.38%37.65%-
XYZ5.854.40.99-
YUV56.83104.4155.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=61.54%
G=28.85%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96451500.530.840.6222.2272.9721.76
Hex602DF035543E164916
Octal1405517065124762611126
Binary110000010110111110110101101010011111010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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