Html Css Color HEX #63505F Salt Box

📋 copy color: '#63505F'

red 99 ◦ green 80 ◦ blue 95

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

Shades of Salt Box #63505F

Tints of Salt Box #63505F

RGB

 RED value IS 99 (39.06% from 255) = 36.13%

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 36.13%
G = 29.2%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63505F (or 0x63505F) is known color: Salt Box. HEX triplet: 63, 50 and 5F. RGB value is (99,80,95). Sum of RGB (Red+Green+Blue) = 99+80+95=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #63505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505F is #9CAFA0. Grayscale: #575757. Windows color (decimal): -10268577 or 6246499. OLE color: 6246499.

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

Color convert

RGB 99 80 95 -
CMYK 0 0.19 0.04 0.61
HSL 312.63º 0.11% 0.35% -
HSV(B) 312.63º 0.19% 0.39% -
XYZ 10.08 9.22 12.07 -
YUV 87.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 99 80 95 0 0.19 0.04 0.61 312.63 0.11 0.35
Hex 63 50 5F 0 13 4 3D 139 B 23
Octal 143 120 137 0 23 4 75 471 13 43
Binary 1100011 1010000 1011111 0 10011 100 111101 100111001 1011 100011

Color Harmonies of #63505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63505F

Black with #63505F

Text Example


Text Example

White with #63505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63505F;
 }
 .AnyTagClassName
 {
   color: #63505F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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