#603412

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

Shades of Baker's Chocolate #603412

Tints of Baker's Chocolate #603412

Color information

#603412 (or 0x603412) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 34 and 12. RGB value is (96,52,18). Sum of RGB (Red+Green+Blue) = 96+52+18=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603412 is #9FCBED. Grayscale: #3D3D3D. Windows color (decimal): -10472430 or 1193056. OLE color: 1193056.

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

Color convert

RGB965218-
CMYK00.460.810.62
HSL26.15º68.42%22.35%-
HSV(B)26.15º81.25%37.65%-
XYZ6.164.991.21-
YUV61.28103.58152.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=57.83%
G=31.33%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96521800.460.810.6226.1568.4222.35
Hex60341202E513E1a4416
Octal1406422056121763210426
Binary1100000110100100100101110101000111111011010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603412; }

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

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

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

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

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

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

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

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