#635B48

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

Shades of Makara #635B48

Tints of Makara #635B48

Color information

#635B48 (or 0x635B48) is unknown color: approx Makara. HEX triplet: 63, 5B and 48. RGB value is (99,91,72). Sum of RGB (Red+Green+Blue) = 99+91+72=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #635B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B48 is #9CA4B7. Grayscale: #5B5B5B. Windows color (decimal): -10265784 or 4741987. OLE color: 4741987.

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

Color convert

RGB999172-
CMYK00.080.270.61
HSL42.22º15.79%33.53%-
HSV(B)42.22º27.27%38.82%-
XYZ10.0610.67.65-
YUV91.23117.15133.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=37.79%
G=34.73%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99917200.080.270.6142.2215.7933.53
Hex635B48081B3D2a1022
Octal1431331100103375522042
Binary110001110110111001000010001101111110110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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