#605C59

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

Shades of Kabul #605C59

Tints of Kabul #605C59

Color information

#605C59 (or 0x605C59) is unknown color: approx Kabul. HEX triplet: 60, 5C and 59. RGB value is (96,92,89). Sum of RGB (Red+Green+Blue) = 96+92+89=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #605C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C59 is #9FA3A6. Grayscale: #5C5C5C. Windows color (decimal): -10462119 or 5856352. OLE color: 5856352.

HSL color Cylindrical-coordinate representation of color #605C59: hue angle of 25.71º 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 #605C59 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB969289-
CMYK00.040.070.62
HSL25.71º3.78%36.27%-
HSV(B)25.71º7.29%37.65%-
XYZ10.4510.8611-
YUV92.85125.83130.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=34.66%
G=33.21%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96928900.040.070.6225.713.7836.27
Hex605C590473E1a424
Octal1401341310477632444
Binary110000010111001011001010011111111011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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