#603506

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

Shades of Baker's Chocolate #603506

Tints of Baker's Chocolate #603506

Color information

#603506 (or 0x603506) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 06. RGB value is (96,53,6). Sum of RGB (Red+Green+Blue) = 96+53+6=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #603506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603506 is #9FCAF9. Grayscale: #3C3C3C. Windows color (decimal): -10472186 or 406880. OLE color: 406880.

HSL color Cylindrical-coordinate representation of color #603506: hue angle of 31.33º 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 #603506 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB96536-
CMYK00.450.940.62
HSL31.33º88.24%20%-
HSV(B)31.33º93.75%37.65%-
XYZ6.135.050.82-
YUV60.597.25153.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=61.94%
G=34.19%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9653600.450.940.6231.3388.2420
Hex6035602D5E3E1f5814
Octal140656055136763713024
Binary11000001101011100101101101111011111011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603506; }

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

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

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

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

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

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

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

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