#603315

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

Shades of Baker's Chocolate #603315

Tints of Baker's Chocolate #603315

Color information

#603315 (or 0x603315) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 15. RGB value is (96,51,21). Sum of RGB (Red+Green+Blue) = 96+51+21=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603315 is #9FCCEA. Grayscale: #3D3D3D. Windows color (decimal): -10472683 or 1389408. OLE color: 1389408.

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

Color convert

RGB965121-
CMYK00.470.780.62
HSL24º64.1%22.94%-
HSV(B)24º78.12%37.65%-
XYZ6.144.911.33-
YUV61.04105.41152.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=57.14%
G=30.36%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96512100.470.780.622464.122.94
Hex60331502F4E3E184017
Octal1406325057116763010027
Binary1100000110011101010101111100111011111011000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603315; }

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

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

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

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

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

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

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

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