#603406

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

Shades of Baker's Chocolate #603406

Tints of Baker's Chocolate #603406

Color information

#603406 (or 0x603406) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 06. RGB value is (96,52,6). Sum of RGB (Red+Green+Blue) = 96+52+6=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #603406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603406 is #9FCBF9. Grayscale: #3C3C3C. Windows color (decimal): -10472442 or 406624. OLE color: 406624.

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

Color convert

RGB96526-
CMYK00.460.940.62
HSL30.67º88.24%20%-
HSV(B)30.67º93.75%37.65%-
XYZ6.084.960.81-
YUV59.9197.58153.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=62.34%
G=33.77%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9652600.460.940.6230.6788.2420
Hex6034602E5E3E1f5814
Octal140646056136763713024
Binary11000001101001100101110101111011111011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603406; }

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

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

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

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

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

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

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

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