#63515F

Color #63515F Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #63515F

Tints of Salt Box #63515F

Color information

#63515F (or 0x63515F) is unknown color: approx Salt Box. HEX triplet: 63, 51 and 5F. RGB value is (99,81,95). Sum of RGB (Red+Green+Blue) = 99+81+95=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63515F is #9CAEA0. Grayscale: #575757. Windows color (decimal): -10268321 or 6246755. OLE color: 6246755.

HSL color Cylindrical-coordinate representation of color #63515F: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63515F is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB998195-
CMYK00.180.040.61
HSL313.33º10%35.29%-
HSV(B)313.33º18.18%38.82%-
XYZ10.159.3612.1-
YUV87.98131.96135.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=36%
G=29.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99819500.180.040.61313.331035.29
Hex63515F01243D139a23
Octal1431211370224754711243
Binary1100011101000110111110100101001111011001110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63515F; }

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

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

<style>
 a { background-color: #63515F; }

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

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

<style>
 span { border-color: #63515F; }

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

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