#635C4D

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

Shades of Makara #635C4D

Tints of Makara #635C4D

Color information

#635C4D (or 0x635C4D) is unknown color: approx Makara. HEX triplet: 63, 5C and 4D. RGB value is (99,92,77). Sum of RGB (Red+Green+Blue) = 99+92+77=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C4D is #9CA3B2. Grayscale: #5C5C5C. Windows color (decimal): -10265523 or 5069923. OLE color: 5069923.

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

Color convert

RGB999277-
CMYK00.070.220.61
HSL40.91º12.5%34.51%-
HSV(B)40.91º22.22%38.82%-
XYZ10.3110.848.57-
YUV92.38119.32132.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=36.94%
G=34.33%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99927700.070.220.6140.9112.534.51
Hex635C4D07163D29d23
Octal143134115072675511543
Binary1100011101110010011010111101101111011010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,77); }

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

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

 a { background-color: rgb(99,92,77); }

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

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

 span { border-color: rgb(99,92,77); }

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