#635B4E

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

Shades of Makara #635B4E

Tints of Makara #635B4E

Color information

#635B4E (or 0x635B4E) is unknown color: approx Makara. HEX triplet: 63, 5B and 4E. RGB value is (99,91,78). Sum of RGB (Red+Green+Blue) = 99+91+78=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B4E is #9CA4B1. Grayscale: #5B5B5B. Windows color (decimal): -10265778 or 5135203. OLE color: 5135203.

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

Color convert

RGB999178-
CMYK00.080.210.61
HSL37.14º11.86%34.71%-
HSV(B)37.14º21.21%38.82%-
XYZ10.2610.688.73-
YUV91.91120.15133.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=36.94%
G=33.96%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99917800.080.210.6137.1411.8634.71
Hex635B4E08153D25c23
Octal1431331160102575451443
Binary11000111011011100111001000101011111011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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