#635D52

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

Shades of Makara #635D52

Tints of Makara #635D52

Color information

#635D52 (or 0x635D52) is unknown color: approx Makara. HEX triplet: 63, 5D and 52. RGB value is (99,93,82). Sum of RGB (Red+Green+Blue) = 99+93+82=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #635D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D52 is #9CA2AD. Grayscale: #5D5D5D. Windows color (decimal): -10265262 or 5397859. OLE color: 5397859.

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

Color convert

RGB999382-
CMYK00.060.170.61
HSL38.82º9.39%35.49%-
HSV(B)38.82º17.17%38.82%-
XYZ10.5811.099.57-
YUV93.54121.49131.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=36.13%
G=33.94%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99938200.060.170.6138.829.3935.49
Hex635D5206113D27923
Octal143135122062175471143
Binary1100011101110110100100110100011111011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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