#603914

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

Shades of Baker's Chocolate #603914

Tints of Baker's Chocolate #603914

Color information

#603914 (or 0x603914) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 14. RGB value is (96,57,20). Sum of RGB (Red+Green+Blue) = 96+57+20=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603914 is #9FC6EB. Grayscale: #404040. Windows color (decimal): -10471148 or 1325408. OLE color: 1325408.

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

Color convert

RGB965720-
CMYK00.410.790.62
HSL29.21º65.52%22.75%-
HSV(B)29.21º79.17%37.65%-
XYZ6.415.461.38-
YUV64.44102.92150.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=55.49%
G=32.95%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96572000.410.790.6229.2165.5222.75
Hex6039140294F3E1d4217
Octal1407124051117763510227
Binary1100000111001101000101001100111111111011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603914; }

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

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

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

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

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

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

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

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