#635A4A

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

Shades of Makara #635A4A

Tints of Makara #635A4A

Color information

#635A4A (or 0x635A4A) is unknown color: approx Makara. HEX triplet: 63, 5A and 4A. RGB value is (99,90,74). Sum of RGB (Red+Green+Blue) = 99+90+74=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A4A is #9CA5B5. Grayscale: #5A5A5A. Windows color (decimal): -10266038 or 4872803. OLE color: 4872803.

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

Color convert

RGB999074-
CMYK00.090.250.61
HSL38.4º14.45%33.92%-
HSV(B)38.4º25.25%38.82%-
XYZ10.0410.467.97-
YUV90.87118.48133.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=37.64%
G=34.22%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99907400.090.250.6138.414.4533.92
Hex635A4A09193D26e22
Octal1431321120113175461642
Binary11000111011010100101001001110011111011001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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