Html Css Color HEX #635F5B Kabul

📋 copy color: '#635F5B'

red 99 ◦ green 95 ◦ blue 91

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

Shades of Kabul #635F5B

Tints of Kabul #635F5B

RGB

 RED value IS 99 (39.06% from 255) = 34.74%

 GREEN value IS 95 (37.5% from 255) = 33.33%

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

R = 34.74%
G = 33.33%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#635F5B (or 0x635F5B) is known color: Kabul. HEX triplet: 63, 5F and 5B. RGB value is (99,95,91). Sum of RGB (Red+Green+Blue) = 99+95+91=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #635F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F5B is #9CA0A4. Grayscale: #5F5F5F. Windows color (decimal): -10264741 or 5988195. OLE color: 5988195.

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

Color convert

RGB 99 95 91 -
CMYK 0 0.04 0.08 0.61
HSL 30º 0.04% 0.37% -
HSV(B) 30º 0.08% 0.39% -
XYZ 11.13 11.59 11.55 -
YUV 95.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 99 95 91 0 0.04 0.08 0.61 30 0.04 0.37
Hex 63 5F 5B 0 4 8 3D 1E 4 25
Octal 143 137 133 0 4 10 75 36 4 45
Binary 1100011 1011111 1011011 0 100 1000 111101 11110 100 100101

Color Harmonies of #635F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F5B

Black with #635F5B

Text Example


Text Example

White with #635F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635F5B; }

 p { color: rgb(99,95,91); }

 H1.HeaderClassName
 {
   color: #635F5B;
 }
 .AnyTagClassName
 {
   color: #635F5B;
 }
</style>

background-color css

<style>
 a { background-color: #635F5B; }

 a { background-color: rgb(99,95,91); }

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

border-color css

<style>
 span { border-color: #635F5B; }

 span { border-color: rgb(99,95,91); }

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