#635E53

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

Shades of Makara #635E53

Tints of Makara #635E53

Color information

#635E53 (or 0x635E53) is unknown color: approx Makara. HEX triplet: 63, 5E and 53. RGB value is (99,94,83). Sum of RGB (Red+Green+Blue) = 99+94+83=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #635E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E53 is #9CA1AC. Grayscale: #5E5E5E. Windows color (decimal): -10265005 or 5463651. OLE color: 5463651.

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

Color convert

RGB999483-
CMYK00.050.160.61
HSL41.25º8.79%35.69%-
HSV(B)41.25º16.16%38.82%-
XYZ10.7111.289.8-
YUV94.24121.66131.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=35.87%
G=34.06%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99948300.050.160.6141.258.7935.69
Hex635E5305103D29924
Octal143136123052075511144
Binary1100011101111010100110101100001111011010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,94,83); }

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

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

 a { background-color: rgb(99,94,83); }

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

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

 span { border-color: rgb(99,94,83); }

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