#605751

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

Shades of Tundora #605751

Tints of Tundora #605751

Color information

#605751 (or 0x605751) is unknown color: approx Tundora. HEX triplet: 60, 57 and 51. RGB value is (96,87,81). Sum of RGB (Red+Green+Blue) = 96+87+81=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605751 is #9FA8AE. Grayscale: #595959. Windows color (decimal): -10463407 or 5330784. OLE color: 5330784.

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

Color convert

RGB968781-
CMYK00.090.160.62
HSL24º8.47%34.71%-
HSV(B)24º15.62%37.65%-
XYZ9.729.99.18-
YUV89.01123.48132.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=36.36%
G=32.95%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96878100.090.160.62248.4734.71
Hex60575109103E18823
Octal1401271210112076301043
Binary1100000101011110100010100110000111110110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605751; }

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

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

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

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

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

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

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

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