#605856

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

Shades of Tundora #605856

Tints of Tundora #605856

Color information

#605856 (or 0x605856) is unknown color: approx Tundora. HEX triplet: 60, 58 and 56. RGB value is (96,88,86). Sum of RGB (Red+Green+Blue) = 96+88+86=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605856 is #9FA7A9. Grayscale: #5A5A5A. Windows color (decimal): -10463146 or 5658720. OLE color: 5658720.

HSL color Cylindrical-coordinate representation of color #605856: hue angle of 12º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605856 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB968886-
CMYK00.080.100.62
HSL12º5.49%35.69%-
HSV(B)12º10.42%37.65%-
XYZ9.9910.1410.23-
YUV90.16125.65132.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=35.56%
G=32.59%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96888600.080.100.62125.4935.69
Hex60585608A3Ec524
Octal140130126010127614544
Binary1100000101100010101100100010101111101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605856; }

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

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

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

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

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

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

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

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