#605855

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

Shades of Tundora #605855

Tints of Tundora #605855

Color information

#605855 (or 0x605855) is unknown color: approx Tundora. HEX triplet: 60, 58 and 55. RGB value is (96,88,85). Sum of RGB (Red+Green+Blue) = 96+88+85=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605855 is #9FA7AA. Grayscale: #5A5A5A. Windows color (decimal): -10463147 or 5593184. OLE color: 5593184.

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

Color convert

RGB968885-
CMYK00.080.110.62
HSL16.36º6.08%35.49%-
HSV(B)16.36º11.46%37.65%-
XYZ9.9510.1210.02-
YUV90.05125.15132.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=35.69%
G=32.71%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96888500.080.110.6216.366.0835.49
Hex60585508B3E10623
Octal140130125010137620643
Binary11000001011000101010101000101111111010000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605855; }

 p { color: rgb(96,88,85); }

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

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

 a { background-color: rgb(96,88,85); }

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

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

 span { border-color: rgb(96,88,85); }

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