#603715

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

Shades of Baker's Chocolate #603715

Tints of Baker's Chocolate #603715

Color information

#603715 (or 0x603715) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 15. RGB value is (96,55,21). Sum of RGB (Red+Green+Blue) = 96+55+21=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #603715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603715 is #9FC8EA. Grayscale: #3F3F3F. Windows color (decimal): -10471659 or 1390432. OLE color: 1390432.

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

Color convert

RGB965521-
CMYK00.430.780.62
HSL27.2º64.1%22.94%-
HSV(B)27.2º78.12%37.65%-
XYZ6.335.271.39-
YUV63.38104.08151.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=55.81%
G=31.98%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96552100.430.780.6227.264.122.94
Hex60371502B4E3E1b4017
Octal1406725053116763310027
Binary1100000110111101010101011100111011111011011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603715; }

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

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

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

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

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

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

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

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