#635B56

Color #635B56 Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #635B56

Tints of Kabul #635B56

Color information

#635B56 (or 0x635B56) is unknown color: approx 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

RGB999186-
CMYK00.080.130.61
HSL23.08º7.03%36.27%-
HSV(B)23.08º13.13%38.82%-
XYZ10.5710.8110.33-
YUV92.82124.15132.41-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99918600.080.130.6123.087.0336.27
Hex635B5608D3D17724
Octal143133126010157527744
Binary11000111011011101011001000110111110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>