#60493C

Color #60493C Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #60493C

Tints of Cork #60493C

Color information

#60493C (or 0x60493C) is unknown color: approx Cork. HEX triplet: 60, 49 and 3C. RGB value is (96,73,60). Sum of RGB (Red+Green+Blue) = 96+73+60=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60493C is #9FB6C3. Grayscale: #4E4E4E. Windows color (decimal): -10467012 or 3950944. OLE color: 3950944.

HSL color Cylindrical-coordinate representation of color #60493C: hue angle of 21.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60493C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB967360-
CMYK00.240.380.62
HSL21.67º23.08%30.59%-
HSV(B)21.67º37.5%37.65%-
XYZ8.027.585.31-
YUV78.4117.62140.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=41.92%
G=31.88%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96736000.240.380.6221.6723.0830.59
Hex60493C018263E16171f
Octal140111740304676262737
Binary11000001001001111100011000100110111110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60493C; }

 p { color: rgb(96,73,60); }

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

<style>
 a { background-color: #60493C; }

 a { background-color: rgb(96,73,60); }

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

<style>
 span { border-color: #60493C; }

 span { border-color: rgb(96,73,60); }

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