#635B55

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

Shades of Kabul #635B55

Tints of Kabul #635B55

Color information

#635B55 (or 0x635B55) is unknown color: approx Kabul. HEX triplet: 63, 5B and 55. RGB value is (99,91,85). Sum of RGB (Red+Green+Blue) = 99+91+85=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B55 is #9CA4AA. Grayscale: #5C5C5C. Windows color (decimal): -10265771 or 5593955. OLE color: 5593955.

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

Color convert

RGB999185-
CMYK00.080.140.61
HSL25.71º7.61%36.08%-
HSV(B)25.71º14.14%38.82%-
XYZ10.5310.7910.12-
YUV92.71123.65132.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=36%
G=33.09%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99918500.080.140.6125.717.6136.08
Hex635B5508E3D1a824
Octal1431331250101675321044
Binary110001110110111010101010001110111101110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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