#603008

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

Shades of Baker's Chocolate #603008

Tints of Baker's Chocolate #603008

Color information

#603008 (or 0x603008) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 08. RGB value is (96,48,8). Sum of RGB (Red+Green+Blue) = 96+48+8=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #603008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603008 is #9FCFF7. Grayscale: #3A3A3A. Windows color (decimal): -10473464 or 536672. OLE color: 536672.

HSL color Cylindrical-coordinate representation of color #603008: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #603008 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB96488-
CMYK00.500.920.62
HSL27.27º84.62%20.39%-
HSV(B)27.27º91.67%37.65%-
XYZ5.924.620.81-
YUV57.7999.9155.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=63.16%
G=31.58%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9648800.500.920.6227.2784.6220.39
Hex603080325C3E1b5514
Octal1406010062134763312524
Binary110000011000010000110010101110011111011011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603008; }

 p { color: rgb(96,48,8); }

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

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

 a { background-color: rgb(96,48,8); }

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

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

 span { border-color: rgb(96,48,8); }

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