Html Css Color HEX #605D5B Kabul

📋 copy color: '#605D5B'

red 96 ◦ green 93 ◦ blue 91

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

Shades of Kabul #605D5B

Tints of Kabul #605D5B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 34.29%
G = 33.21%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#605D5B (or 0x605D5B) is known color: Kabul. HEX triplet: 60, 5D and 5B. RGB value is (96,93,91). Sum of RGB (Red+Green+Blue) = 96+93+91=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 96 - color contains mainly: red. Hex color #605D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D5B is #9FA2A4. Grayscale: #5D5D5D. Windows color (decimal): -10461861 or 5987680. OLE color: 5987680.

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

Color convert

RGB 96 93 91 -
CMYK 0 0.03 0.05 0.62
HSL 24º 0.03% 0.37% -
HSV(B) 24º 0.05% 0.38% -
XYZ 10.63 11.07 11.47 -
YUV 93.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 96 93 91 0 0.03 0.05 0.62 24 0.03 0.37
Hex 60 5D 5B 0 3 5 3E 18 3 25
Octal 140 135 133 0 3 5 76 30 3 45
Binary 1100000 1011101 1011011 0 11 101 111110 11000 11 100101

Color Harmonies of #605D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D5B

Black with #605D5B

Text Example


Text Example

White with #605D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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