Html Css Color HEX #63515F Salt Box

📋 copy color: '#63515F'

red 99 ◦ green 81 ◦ blue 95

#63515F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #63515F

Tints of Salt Box #63515F

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 value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63515F (or 0x63515F) is known color: 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

RGB 99 81 95 -
CMYK 0 0.18 0.04 0.61
HSL 313.33º 0.1% 0.35% -
HSV(B) 313.33º 0.18% 0.39% -
XYZ 10.15 9.36 12.1 -
YUV 87.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 99 81 95 0 0.18 0.04 0.61 313.33 0.1 0.35
Hex 63 51 5F 0 12 4 3D 139 A 23
Octal 143 121 137 0 22 4 75 471 12 43
Binary 1100011 1010001 1011111 0 10010 100 111101 100111001 1010 100011

Color Harmonies of #63515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63515F

Black with #63515F

Text Example


Text Example

White with #63515F

Text Example


Text Example

HTML Codes & Css Web 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>