Html Css Color HEX #635B55 Kabul

📋 copy color: '#635B55'

red 99 ◦ green 91 ◦ blue 85

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

Shades of Kabul #635B55

Tints of Kabul #635B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 36%
G = 33.09%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#635B55 (or 0x635B55) is known color: Kabul. HEX triplet: 63, 5B and 55. RGB value is (99,91,85). Sum of RGB (Red+Green+Blue) = 99+91+85=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B55 is #9CA4AA. Grayscale: #5C5C5C. Windows color (decimal): -10265771 or 5593955. OLE color: 5593955.

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

Color convert

RGB 99 91 85 -
CMYK 0 0.08 0.14 0.61
HSL 25.71º 0.08% 0.36% -
HSV(B) 25.71º 0.14% 0.39% -
XYZ 10.53 10.79 10.12 -
YUV 92.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 99 91 85 0 0.08 0.14 0.61 25.71 0.08 0.36
Hex 63 5B 55 0 8 E 3D 1A 8 24
Octal 143 133 125 0 10 16 75 32 10 44
Binary 1100011 1011011 1010101 0 1000 1110 111101 11010 1000 100100

Color Harmonies of #635B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B55

Black with #635B55

Text Example


Text Example

White with #635B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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