#63605B

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

Shades of Makara #63605B

Tints of Makara #63605B

Color information

#63605B (or 0x63605B) is unknown color: approx Makara. HEX triplet: 63, 60 and 5B. RGB value is (99,96,91). Sum of RGB (Red+Green+Blue) = 99+96+91=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 99 - color contains mainly: red. Hex color #63605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605B is #9C9FA4. Grayscale: #606060. Windows color (decimal): -10264485 or 5988451. OLE color: 5988451.

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

Color convert

RGB999691-
CMYK00.030.080.61
HSL37.5º4.21%37.25%-
HSV(B)37.5º8.08%38.82%-
XYZ11.2211.7711.58-
YUV96.33124.99129.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=34.62%
G=33.57%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99969100.030.080.6137.54.2137.25
Hex63605B0383D26425
Octal14314013303107546445
Binary1100011110000010110110111000111101100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63605B; }

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

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

<style>
 a { background-color: #63605B; }

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

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

<style>
 span { border-color: #63605B; }

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

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