#605D5A

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

Shades of Kabul #605D5A

Tints of Kabul #605D5A

Color information

#605D5A (or 0x605D5A) is unknown color: approx Kabul. HEX triplet: 60, 5D and 5A. RGB value is (96,93,90). Sum of RGB (Red+Green+Blue) = 96+93+90=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #605D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D5A is #9FA2A5. Grayscale: #5D5D5D. Windows color (decimal): -10461862 or 5922144. OLE color: 5922144.

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

Color convert

RGB969390-
CMYK00.030.060.62
HSL30º3.23%36.47%-
HSV(B)30º6.25%37.65%-
XYZ10.5811.0511.25-
YUV93.56125.99129.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=34.41%
G=33.33%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96939000.030.060.62303.2336.47
Hex605D5A0363E1e324
Octal1401351320367636344
Binary1100000101110110110100111101111101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,90); }

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

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

 a { background-color: rgb(96,93,90); }

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

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

 span { border-color: rgb(96,93,90); }

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