#60321A

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

Shades of Baker's Chocolate #60321A

Tints of Baker's Chocolate #60321A

Color information

#60321A (or 0x60321A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 1A. RGB value is (96,50,26). Sum of RGB (Red+Green+Blue) = 96+50+26=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60321A is #9FCDE5. Grayscale: #3D3D3D. Windows color (decimal): -10472934 or 1716832. OLE color: 1716832.

HSL color Cylindrical-coordinate representation of color #60321A: hue angle of 20.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60321A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB965026-
CMYK00.480.730.62
HSL20.57º57.38%23.92%-
HSV(B)20.57º72.92%37.65%-
XYZ6.154.841.59-
YUV61.02108.24152.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=55.81%
G=29.07%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96502600.480.730.6220.5757.3823.92
Hex60321A030493E153918
Octal140623206011176257130
Binary110000011001011010011000010010011111101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60321A; }

 p { color: rgb(96,50,26); }

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

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

 a { background-color: rgb(96,50,26); }

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

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

 span { border-color: rgb(96,50,26); }

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