#603B15

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

Shades of Baker's Chocolate #603B15

Tints of Baker's Chocolate #603B15

Color information

#603B15 (or 0x603B15) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3B and 15. RGB value is (96,59,21). Sum of RGB (Red+Green+Blue) = 96+59+21=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #603B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B15 is #9FC4EA. Grayscale: #414141. Windows color (decimal): -10470635 or 1391456. OLE color: 1391456.

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

Color convert

RGB965921-
CMYK00.390.780.62
HSL30.4º64.1%22.94%-
HSV(B)30.4º78.12%37.65%-
XYZ6.525.671.46-
YUV65.73102.76149.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=54.55%
G=33.52%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96592100.390.780.6230.464.122.94
Hex603B150274E3E1e4017
Octal1407325047116763610027
Binary1100000111011101010100111100111011111011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B15; }

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

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

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

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

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

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

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

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