#635D51

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

Shades of Makara #635D51

Tints of Makara #635D51

Color information

#635D51 (or 0x635D51) is unknown color: approx Makara. HEX triplet: 63, 5D and 51. RGB value is (99,93,81). Sum of RGB (Red+Green+Blue) = 99+93+81=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D51 is #9CA2AE. Grayscale: #5D5D5D. Windows color (decimal): -10265263 or 5332323. OLE color: 5332323.

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

Color convert

RGB999381-
CMYK00.060.180.61
HSL40º10%35.29%-
HSV(B)40º18.18%38.82%-
XYZ10.5511.089.37-
YUV93.43120.99131.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=36.26%
G=34.07%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99938100.060.180.61401035.29
Hex635D5106123D28a23
Octal143135121062275501243
Binary1100011101110110100010110100101111011010001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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