#603016

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

Shades of Baker's Chocolate #603016

Tints of Baker's Chocolate #603016

Color information

#603016 (or 0x603016) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 16. RGB value is (96,48,22). Sum of RGB (Red+Green+Blue) = 96+48+22=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603016 is #9FCFE9. Grayscale: #3B3B3B. Windows color (decimal): -10473450 or 1454176. OLE color: 1454176.

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

Color convert

RGB964822-
CMYK00.500.770.62
HSL21.08º62.71%23.14%-
HSV(B)21.08º77.08%37.65%-
XYZ6.034.661.34-
YUV59.39106.9154.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=57.83%
G=28.92%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96482200.500.770.6221.0862.7123.14
Hex6030160324D3E153f17
Octal140602606211576257727
Binary110000011000010110011001010011011111101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603016; }

 p { color: rgb(96,48,22); }

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

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

 a { background-color: rgb(96,48,22); }

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

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

 span { border-color: rgb(96,48,22); }

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