#635D53

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

Shades of Makara #635D53

Tints of Makara #635D53

Color information

#635D53 (or 0x635D53) is unknown color: approx Makara. HEX triplet: 63, 5D and 53. RGB value is (99,93,83). Sum of RGB (Red+Green+Blue) = 99+93+83=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D53 is #9CA2AC. Grayscale: #5D5D5D. Windows color (decimal): -10265261 or 5463395. OLE color: 5463395.

HSL color Cylindrical-coordinate representation of color #635D53: hue angle of 37.5º 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 #635D53 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB999383-
CMYK00.060.160.61
HSL37.5º8.79%35.69%-
HSV(B)37.5º16.16%38.82%-
XYZ10.6211.119.77-
YUV93.65121.99131.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=36%
G=33.82%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99938300.060.160.6137.58.7935.69
Hex635D5306103D26924
Octal143135123062075461144
Binary1100011101110110100110110100001111011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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