Html Css Color HEX #635B56 Kabul

📋 copy color: '#635B56'

red 99 ◦ green 91 ◦ blue 86

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

Shades of Kabul #635B56

Tints of Kabul #635B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 35.87%
G = 32.97%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#635B56 (or 0x635B56) is known color: Kabul. HEX triplet: 63, 5B and 56. RGB value is (99,91,86). Sum of RGB (Red+Green+Blue) = 99+91+86=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #635B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B56 is #9CA4A9. Grayscale: #5C5C5C. Windows color (decimal): -10265770 or 5659491. OLE color: 5659491.

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

Color convert

RGB 99 91 86 -
CMYK 0 0.08 0.13 0.61
HSL 23.08º 0.07% 0.36% -
HSV(B) 23.08º 0.13% 0.39% -
XYZ 10.57 10.81 10.33 -
YUV 92.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 99 91 86 0 0.08 0.13 0.61 23.08 0.07 0.36
Hex 63 5B 56 0 8 D 3D 17 7 24
Octal 143 133 126 0 10 15 75 27 7 44
Binary 1100011 1011011 1010110 0 1000 1101 111101 10111 111 100100

Color Harmonies of #635B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B56

Black with #635B56

Text Example


Text Example

White with #635B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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