#60391A

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

Shades of Baker's Chocolate #60391A

Tints of Baker's Chocolate #60391A

Color information

#60391A (or 0x60391A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 1A. RGB value is (96,57,26). Sum of RGB (Red+Green+Blue) = 96+57+26=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60391A is #9FC6E5. Grayscale: #414141. Windows color (decimal): -10471142 or 1718624. OLE color: 1718624.

HSL color Cylindrical-coordinate representation of color #60391A: hue angle of 26.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 #60391A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB965726-
CMYK00.410.730.62
HSL26.57º57.38%23.92%-
HSV(B)26.57º72.92%37.65%-
XYZ6.475.491.7-
YUV65.13105.92150.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=53.63%
G=31.84%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96572600.410.730.6226.5757.3823.92
Hex60391A029493E1b3918
Octal140713205111176337130
Binary110000011100111010010100110010011111101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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