#602C01

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

Shades of Baker's Chocolate #602C01

Tints of Baker's Chocolate #602C01

Color information

#602C01 (or 0x602C01) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2C and 01. RGB value is (96,44,1). Sum of RGB (Red+Green+Blue) = 96+44+1=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #602C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C01 is #9FD3FE. Grayscale: #363636. Windows color (decimal): -10474495 or 76896. OLE color: 76896.

HSL color Cylindrical-coordinate representation of color #602C01: hue angle of 27.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #602C01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB96441-
CMYK00.540.990.62
HSL27.16º97.94%19.02%-
HSV(B)27.16º98.96%37.65%-
XYZ5.734.290.55-
YUV54.6597.73157.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=68.09%
G=31.21%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9644100.540.990.6227.1697.9419.02
Hex602C1036633E1b6213
Octal140541066143763314223
Binary110000010110010110110110001111111011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,44,1); }

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

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

 a { background-color: rgb(96,44,1); }

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

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

 span { border-color: rgb(96,44,1); }

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