#605752

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

Shades of Tundora #605752

Tints of Tundora #605752

Color information

#605752 (or 0x605752) is unknown color: approx Tundora. HEX triplet: 60, 57 and 52. RGB value is (96,87,82). Sum of RGB (Red+Green+Blue) = 96+87+82=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #605752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605752 is #9FA8AD. Grayscale: #595959. Windows color (decimal): -10463406 or 5396320. OLE color: 5396320.

HSL color Cylindrical-coordinate representation of color #605752: hue angle of 21.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605752 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB968782-
CMYK00.090.150.62
HSL21.43º7.87%34.9%-
HSV(B)21.43º14.58%37.65%-
XYZ9.769.919.38-
YUV89.12123.98132.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=36.23%
G=32.83%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96878200.090.150.6221.437.8734.9
Hex60575209F3E15823
Octal1401271220111776251043
Binary110000010101111010010010011111111110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605752; }

 p { color: rgb(96,87,82); }

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

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

 a { background-color: rgb(96,87,82); }

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

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

 span { border-color: rgb(96,87,82); }

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