#635C4A

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

Shades of Makara #635C4A

Tints of Makara #635C4A

Color information

#635C4A (or 0x635C4A) is unknown color: approx Makara. HEX triplet: 63, 5C and 4A. RGB value is (99,92,74). Sum of RGB (Red+Green+Blue) = 99+92+74=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C4A is #9CA3B5. Grayscale: #5C5C5C. Windows color (decimal): -10265526 or 4873315. OLE color: 4873315.

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

Color convert

RGB999274-
CMYK00.070.250.61
HSL43.2º14.45%33.92%-
HSV(B)43.2º25.25%38.82%-
XYZ10.2110.88.03-
YUV92.04117.82132.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=37.36%
G=34.72%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99927400.070.250.6143.214.4533.92
Hex635C4A07193D2be22
Octal143134112073175531642
Binary1100011101110010010100111110011111011010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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