#635F5A

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

Shades of Makara #635F5A

Tints of Makara #635F5A

Color information

#635F5A (or 0x635F5A) is unknown color: approx Makara. HEX triplet: 63, 5F and 5A. RGB value is (99,95,90). Sum of RGB (Red+Green+Blue) = 99+95+90=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F5A is #9CA0A5. Grayscale: #5F5F5F. Windows color (decimal): -10264742 or 5922659. OLE color: 5922659.

HSL color Cylindrical-coordinate representation of color #635F5A: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635F5A is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB999590-
CMYK00.040.090.61
HSL33.33º4.76%37.06%-
HSV(B)33.33º9.09%38.82%-
XYZ11.0811.5811.32-
YUV95.63124.83130.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=34.86%
G=33.45%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99959000.040.090.6133.334.7637.06
Hex635F5A0493D21525
Octal14313713204117541545
Binary11000111011111101101001001001111101100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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