#60392F

Color #60392F Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #60392F

Tints of Cioccolato #60392F

Color information

#60392F (or 0x60392F) is unknown color: approx Cioccolato. HEX triplet: 60, 39 and 2F. RGB value is (96,57,47). Sum of RGB (Red+Green+Blue) = 96+57+47=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #60392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60392F is #9FC6D0. Grayscale: #434343. Windows color (decimal): -10471121 or 3094880. OLE color: 3094880.

HSL color Cylindrical-coordinate representation of color #60392F: hue angle of 12.24º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60392F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB965747-
CMYK00.410.510.62
HSL12.24º34.27%28.04%-
HSV(B)12.24º51.04%37.65%-
XYZ6.85.623.42-
YUV67.52116.42148.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=48%
G=28.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96574700.410.510.6212.2434.2728.04
Hex60392F029333Ec221c
Octal14071570516376144234
Binary11000001110011011110101001110011111110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60392F; }

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

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

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

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

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

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

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

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