#603415

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

Shades of Baker's Chocolate #603415

Tints of Baker's Chocolate #603415

Color information

#603415 (or 0x603415) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 15. RGB value is (96,52,21). Sum of RGB (Red+Green+Blue) = 96+52+21=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603415 is #9FCBEA. Grayscale: #3D3D3D. Windows color (decimal): -10472427 or 1389664. OLE color: 1389664.

HSL color Cylindrical-coordinate representation of color #603415: hue angle of 24.8º 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 #603415 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB965221-
CMYK00.460.780.62
HSL24.8º64.1%22.94%-
HSV(B)24.8º78.12%37.65%-
XYZ6.1951.35-
YUV61.62105.08152.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 52 (20.70% from 255) = 30.77%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=56.80%
G=30.77%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96522100.460.780.6224.864.122.94
Hex60341502E4E3E194017
Octal1406425056116763110027
Binary1100000110100101010101110100111011111011001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603415; }

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

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

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

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

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

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

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

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