Html Css Color HEX #635B53 Kabul

📋 copy color: '#635B53'

red 99 ◦ green 91 ◦ blue 83

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

Shades of Kabul #635B53

Tints of Kabul #635B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 36.26%
G = 33.33%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#635B53 (or 0x635B53) is known color: Kabul. HEX triplet: 63, 5B and 53. RGB value is (99,91,83). Sum of RGB (Red+Green+Blue) = 99+91+83=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B53 is #9CA4AC. Grayscale: #5C5C5C. Windows color (decimal): -10265773 or 5462883. OLE color: 5462883.

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

Color convert

RGB 99 91 83 -
CMYK 0 0.08 0.16 0.61
HSL 30º 0.09% 0.36% -
HSV(B) 30º 0.16% 0.39% -
XYZ 10.45 10.76 9.71 -
YUV 92.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 99 91 83 0 0.08 0.16 0.61 30 0.09 0.36
Hex 63 5B 53 0 8 10 3D 1E 9 24
Octal 143 133 123 0 10 20 75 36 11 44
Binary 1100011 1011011 1010011 0 1000 10000 111101 11110 1001 100100

Color Harmonies of #635B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B53

Black with #635B53

Text Example


Text Example

White with #635B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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