#603706

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

Shades of Baker's Chocolate #603706

Tints of Baker's Chocolate #603706

Color information

#603706 (or 0x603706) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 06. RGB value is (96,55,6). Sum of RGB (Red+Green+Blue) = 96+55+6=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #603706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603706 is #9FC8F9. Grayscale: #3D3D3D. Windows color (decimal): -10471674 or 407392. OLE color: 407392.

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

Color convert

RGB96556-
CMYK00.430.940.62
HSL32.67º88.24%20%-
HSV(B)32.67º93.75%37.65%-
XYZ6.225.230.85-
YUV61.6796.58152.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=61.15%
G=35.03%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9655600.430.940.6232.6788.2420
Hex6037602B5E3E215814
Octal140676053136764113024
Binary110000011011111001010111011110111110100001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603706; }

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

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

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

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

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

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

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

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