#603913

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

Shades of Baker's Chocolate #603913

Tints of Baker's Chocolate #603913

Color information

#603913 (or 0x603913) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 13. RGB value is (96,57,19). Sum of RGB (Red+Green+Blue) = 96+57+19=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #603913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603913 is #9FC6EC. Grayscale: #404040. Windows color (decimal): -10471149 or 1259872. OLE color: 1259872.

HSL color Cylindrical-coordinate representation of color #603913: hue angle of 29.61º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603913 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB965719-
CMYK00.410.800.62
HSL29.61º66.96%22.55%-
HSV(B)29.61º80.21%37.65%-
XYZ6.45.461.33-
YUV64.33102.42150.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=55.81%
G=33.14%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96571900.410.800.6229.6166.9622.55
Hex603913029503E1e4317
Octal1407123051120763610327
Binary1100000111001100110101001101000011111011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603913; }

 p { color: rgb(96,57,19); }

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

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

 a { background-color: rgb(96,57,19); }

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

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

 span { border-color: rgb(96,57,19); }

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