#635C4B

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

Shades of Makara #635C4B

Tints of Makara #635C4B

Color information

#635C4B (or 0x635C4B) is unknown color: approx Makara. HEX triplet: 63, 5C and 4B. RGB value is (99,92,75). Sum of RGB (Red+Green+Blue) = 99+92+75=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C4B is #9CA3B4. Grayscale: #5C5C5C. Windows color (decimal): -10265525 or 4938851. OLE color: 4938851.

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

Color convert

RGB999275-
CMYK00.070.240.61
HSL42.5º13.79%34.12%-
HSV(B)42.5º24.24%38.82%-
XYZ10.2410.818.2-
YUV92.15118.32132.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.22%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=37.22%
G=34.59%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99927500.070.240.6142.513.7934.12
Hex635C4B07183D2be22
Octal143134113073075531642
Binary1100011101110010010110111110001111011010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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