#635D59

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

Shades of Kabul #635D59

Tints of Kabul #635D59

Color information

#635D59 (or 0x635D59) is unknown color: approx Kabul. HEX triplet: 63, 5D and 59. RGB value is (99,93,89). Sum of RGB (Red+Green+Blue) = 99+93+89=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D59 is #9CA2A6. Grayscale: #5E5E5E. Windows color (decimal): -10265255 or 5856611. OLE color: 5856611.

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

Color convert

RGB999389-
CMYK00.060.100.61
HSL24º5.32%36.86%-
HSV(B)24º10.1%38.82%-
XYZ10.8611.211.04-
YUV94.34124.99131.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=35.23%
G=33.10%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99938900.060.100.61245.3236.86
Hex635D5906A3D18525
Octal14313513106127530545
Binary1100011101110110110010110101011110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,93,89); }

 H1.HeaderClassName
 {
   color: #635D59;
 }
 .AnyTagClassName
 {
   color: #635D59;
 }
</style>
background-color css

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

 a { background-color: rgb(99,93,89); }

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

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

 span { border-color: rgb(99,93,89); }

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