#603417

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

Shades of Baker's Chocolate #603417

Tints of Baker's Chocolate #603417

Color information

#603417 (or 0x603417) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 17. RGB value is (96,52,23). Sum of RGB (Red+Green+Blue) = 96+52+23=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603417 is #9FCBE8. Grayscale: #3E3E3E. Windows color (decimal): -10472425 or 1520736. OLE color: 1520736.

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

Color convert

RGB965223-
CMYK00.460.760.62
HSL23.84º61.34%23.33%-
HSV(B)23.84º76.04%37.65%-
XYZ6.2151.45-
YUV61.85106.08152.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=56.14%
G=30.41%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96522300.460.760.6223.8461.3423.33
Hex60341702E4C3E183d17
Octal140642705611476307527
Binary110000011010010111010111010011001111101100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603417; }

 p { color: rgb(96,52,23); }

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

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

 a { background-color: rgb(96,52,23); }

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

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

 span { border-color: rgb(96,52,23); }

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