#60361A

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

Shades of Baker's Chocolate #60361A

Tints of Baker's Chocolate #60361A

Color information

#60361A (or 0x60361A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 36 and 1A. RGB value is (96,54,26). Sum of RGB (Red+Green+Blue) = 96+54+26=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60361A is #9FC9E5. Grayscale: #3F3F3F. Windows color (decimal): -10471910 or 1717856. OLE color: 1717856.

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

Color convert

RGB965426-
CMYK00.440.730.62
HSL24º57.38%23.92%-
HSV(B)24º72.92%37.65%-
XYZ6.335.21.65-
YUV63.37106.91151.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=54.55%
G=30.68%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96542600.440.730.622457.3823.92
Hex60361A02C493E183918
Octal140663205411176307130
Binary110000011011011010010110010010011111101100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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