#635A4F

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

Shades of Makara #635A4F

Tints of Makara #635A4F

Color information

#635A4F (or 0x635A4F) is unknown color: approx Makara. HEX triplet: 63, 5A and 4F. RGB value is (99,90,79). Sum of RGB (Red+Green+Blue) = 99+90+79=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A4F is #9CA5B0. Grayscale: #5B5B5B. Windows color (decimal): -10266033 or 5200483. OLE color: 5200483.

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

Color convert

RGB999079-
CMYK00.090.200.61
HSL33º11.24%34.9%-
HSV(B)33º20.2%38.82%-
XYZ10.2110.538.89-
YUV91.44120.98133.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=36.94%
G=33.58%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99907900.090.200.613311.2434.9
Hex635A4F09143D21b23
Octal1431321170112475411343
Binary11000111011010100111101001101001111011000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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