#635B52

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

Shades of Makara #635B52

Tints of Makara #635B52

Color information

#635B52 (or 0x635B52) is unknown color: approx Makara. HEX triplet: 63, 5B and 52. RGB value is (99,91,82). Sum of RGB (Red+Green+Blue) = 99+91+82=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #635B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B52 is #9CA4AD. Grayscale: #5C5C5C. Windows color (decimal): -10265774 or 5397347. OLE color: 5397347.

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

Color convert

RGB999182-
CMYK00.080.170.61
HSL31.76º9.39%35.49%-
HSV(B)31.76º17.17%38.82%-
XYZ10.4110.749.51-
YUV92.37122.15132.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=36.40%
G=33.46%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99918200.080.170.6131.769.3935.49
Hex635B5208113D20923
Octal1431331220102175401143
Binary11000111011011101001001000100011111011000001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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