#635A54

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

Shades of Kabul #635A54

Tints of Kabul #635A54

Color information

#635A54 (or 0x635A54) is unknown color: approx Kabul. HEX triplet: 63, 5A and 54. RGB value is (99,90,84). Sum of RGB (Red+Green+Blue) = 99+90+84=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A54 is #9CA5AB. Grayscale: #5C5C5C. Windows color (decimal): -10266028 or 5528163. OLE color: 5528163.

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

Color convert

RGB999084-
CMYK00.090.150.61
HSL24º8.2%35.88%-
HSV(B)24º15.15%38.82%-
XYZ10.410.619.89-
YUV92.01123.48132.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=36.26%
G=32.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99908400.090.150.61248.235.88
Hex635A5409F3D18824
Octal1431321240111775301044
Binary110001110110101010100010011111111101110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,90,84); }

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

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

 a { background-color: rgb(99,90,84); }

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

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

 span { border-color: rgb(99,90,84); }

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