#603805

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

Shades of Baker's Chocolate #603805

Tints of Baker's Chocolate #603805

Color information

#603805 (or 0x603805) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 05. RGB value is (96,56,5). Sum of RGB (Red+Green+Blue) = 96+56+5=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #603805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603805 is #9FC7FA. Grayscale: #3E3E3E. Windows color (decimal): -10471419 or 342112. OLE color: 342112.

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

Color convert

RGB96565-
CMYK00.420.950.62
HSL33.63º90.1%19.8%-
HSV(B)33.63º94.79%37.65%-
XYZ6.275.330.84-
YUV62.1595.75152.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=61.15%
G=35.67%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9656500.420.950.6233.6390.119.8
Hex6038502A5F3E225a14
Octal140705052137764213224
Binary110000011100010101010101011111111110100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603805; }

 p { color: rgb(96,56,5); }

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

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

 a { background-color: rgb(96,56,5); }

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

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

 span { border-color: rgb(96,56,5); }

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