#603815

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

Shades of Baker's Chocolate #603815

Tints of Baker's Chocolate #603815

Color information

#603815 (or 0x603815) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 15. RGB value is (96,56,21). Sum of RGB (Red+Green+Blue) = 96+56+21=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603815 is #9FC7EA. Grayscale: #404040. Windows color (decimal): -10471403 or 1390688. OLE color: 1390688.

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

Color convert

RGB965621-
CMYK00.420.780.62
HSL28º64.1%22.94%-
HSV(B)28º78.12%37.65%-
XYZ6.375.371.41-
YUV63.97103.75150.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=55.49%
G=32.37%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96562100.420.780.622864.122.94
Hex60381502A4E3E1c4017
Octal1407025052116763410027
Binary1100000111000101010101010100111011111011100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603815; }

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

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

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

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

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

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

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

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