#60331A

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

Shades of Baker's Chocolate #60331A

Tints of Baker's Chocolate #60331A

Color information

#60331A (or 0x60331A) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 1A. RGB value is (96,51,26). Sum of RGB (Red+Green+Blue) = 96+51+26=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60331A is #9FCCE5. Grayscale: #3D3D3D. Windows color (decimal): -10472678 or 1717088. OLE color: 1717088.

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

Color convert

RGB965126-
CMYK00.470.730.62
HSL21.43º57.38%23.92%-
HSV(B)21.43º72.92%37.65%-
XYZ6.194.931.6-
YUV61.6107.91152.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=55.49%
G=29.48%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96512600.470.730.6221.4357.3823.92
Hex60331A02F493E153918
Octal140633205711176257130
Binary110000011001111010010111110010011111101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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