#603215

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

Shades of Baker's Chocolate #603215

Tints of Baker's Chocolate #603215

Color information

#603215 (or 0x603215) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 15. RGB value is (96,50,21). Sum of RGB (Red+Green+Blue) = 96+50+21=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603215 is #9FCDEA. Grayscale: #3C3C3C. Windows color (decimal): -10472939 or 1389152. OLE color: 1389152.

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

Color convert

RGB965021-
CMYK00.480.780.62
HSL23.2º64.1%22.94%-
HSV(B)23.2º78.12%37.65%-
XYZ6.14.821.32-
YUV60.45105.74153.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=57.49%
G=29.94%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96502100.480.780.6223.264.122.94
Hex6032150304E3E174017
Octal1406225060116762710027
Binary1100000110010101010110000100111011111010111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603215; }

 p { color: rgb(96,50,21); }

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

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

 a { background-color: rgb(96,50,21); }

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

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

 span { border-color: rgb(96,50,21); }

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