Html Css Color HEX #605C58 Kabul

📋 copy color: '#605C58'

red 96 ◦ green 92 ◦ blue 88

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

Shades of Kabul #605C58

Tints of Kabul #605C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 34.78%
G = 33.33%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#605C58 (or 0x605C58) is known color: Kabul. HEX triplet: 60, 5C and 58. RGB value is (96,92,88). Sum of RGB (Red+Green+Blue) = 96+92+88=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 96 - color contains mainly: red. Hex color #605C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C58 is #9FA3A7. Grayscale: #5C5C5C. Windows color (decimal): -10462120 or 5790816. OLE color: 5790816.

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

Color convert

RGB 96 92 88 -
CMYK 0 0.04 0.08 0.62
HSL 30º 0.04% 0.36% -
HSV(B) 30º 0.08% 0.38% -
XYZ 10.41 10.85 10.78 -
YUV 92.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 96 92 88 0 0.04 0.08 0.62 30 0.04 0.36
Hex 60 5C 58 0 4 8 3E 1E 4 24
Octal 140 134 130 0 4 10 76 36 4 44
Binary 1100000 1011100 1011000 0 100 1000 111110 11110 100 100100

Color Harmonies of #605C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C58

Black with #605C58

Text Example


Text Example

White with #605C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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