Html Css Color HEX #605B59 Tundora

📋 copy color: '#605B59'

red 96 ◦ green 91 ◦ blue 89

#605B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tundora #605B59

Tints of Tundora #605B59

RGB

 RED value IS 96 (37.89% from 255) = 34.78%

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 34.78%
G = 32.97%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#605B59 (or 0x605B59) is known color: Tundora. HEX triplet: 60, 5B and 59. RGB value is (96,91,89). Sum of RGB (Red+Green+Blue) = 96+91+89=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 96 - color contains mainly: red. Hex color #605B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B59 is #9FA4A6. Grayscale: #5C5C5C. Windows color (decimal): -10462375 or 5856096. OLE color: 5856096.

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

Color convert

RGB 96 91 89 -
CMYK 0 0.05 0.07 0.62
HSL 17.14º 0.04% 0.36% -
HSV(B) 17.14º 0.07% 0.38% -
XYZ 10.37 10.69 10.97 -
YUV 92.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 96 91 89 0 0.05 0.07 0.62 17.14 0.04 0.36
Hex 60 5B 59 0 5 7 3E 11 4 24
Octal 140 133 131 0 5 7 76 21 4 44
Binary 1100000 1011011 1011001 0 101 111 111110 10001 100 100100

Color Harmonies of #605B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B59

Black with #605B59

Text Example


Text Example

White with #605B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605B59; }

 p { color: rgb(96,91,89); }

 H1.HeaderClassName
 {
   color: #605B59;
 }
 .AnyTagClassName
 {
   color: #605B59;
 }
</style>

background-color css

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

 a { background-color: rgb(96,91,89); }

 div.DivClassName
 {
   background-color: #605B59;
 }
 .BgClassName
 {
   background-color: #605B59;
 }
</style>

border-color css

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

 span { border-color: rgb(96,91,89); }

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