#603006

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

Shades of Baker's Chocolate #603006

Tints of Baker's Chocolate #603006

Color information

#603006 (or 0x603006) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 06. RGB value is (96,48,6). Sum of RGB (Red+Green+Blue) = 96+48+6=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #603006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603006 is #9FCFF9. Grayscale: #393939. Windows color (decimal): -10473466 or 405600. OLE color: 405600.

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

Color convert

RGB96486-
CMYK00.500.940.62
HSL28º88.24%20%-
HSV(B)28º93.75%37.65%-
XYZ5.914.610.75-
YUV57.5698.9155.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 6 (2.73% from 255) = 4%
R=64%
G=32%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9648600.500.940.622888.2420
Hex603060325E3E1c5814
Octal140606062136763413024
Binary11000001100001100110010101111011111011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603006; }

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

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

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

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

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

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

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

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