#603512

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

Shades of Baker's Chocolate #603512

Tints of Baker's Chocolate #603512

Color information

#603512 (or 0x603512) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 12. RGB value is (96,53,18). Sum of RGB (Red+Green+Blue) = 96+53+18=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #603512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603512 is #9FCAED. Grayscale: #3E3E3E. Windows color (decimal): -10472174 or 1193312. OLE color: 1193312.

HSL color Cylindrical-coordinate representation of color #603512: hue angle of 26.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #603512 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB965318-
CMYK00.450.810.62
HSL26.92º68.42%22.35%-
HSV(B)26.92º81.25%37.65%-
XYZ6.215.081.23-
YUV61.87103.25152.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=57.49%
G=31.74%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96531800.450.810.6226.9268.4222.35
Hex60351202D513E1b4416
Octal1406522055121763310426
Binary1100000110101100100101101101000111111011011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603512; }

 p { color: rgb(96,53,18); }

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

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

 a { background-color: rgb(96,53,18); }

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

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

 span { border-color: rgb(96,53,18); }

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