Html Css Color HEX #63505E Salt Box

📋 copy color: '#63505E'

red 99 ◦ green 80 ◦ blue 94

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

Shades of Salt Box #63505E

Tints of Salt Box #63505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 36.26%
G = 29.3%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63505E (or 0x63505E) is known color: Salt Box. HEX triplet: 63, 50 and 5E. RGB value is (99,80,94). Sum of RGB (Red+Green+Blue) = 99+80+94=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505E is #9CAFA1. Grayscale: #575757. Windows color (decimal): -10268578 or 6180963. OLE color: 6180963.

HSL color Cylindrical-coordinate representation of color #63505E: hue angle of 315.79º 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 #63505E is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 94 -
CMYK 0 0.19 0.05 0.61
HSL 315.79º 0.11% 0.35% -
HSV(B) 315.79º 0.19% 0.39% -
XYZ 10.03 9.2 11.84 -
YUV 87.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 99 80 94 0 0.19 0.05 0.61 315.79 0.11 0.35
Hex 63 50 5E 0 13 5 3D 13C B 23
Octal 143 120 136 0 23 5 75 474 13 43
Binary 1100011 1010000 1011110 0 10011 101 111101 100111100 1011 100011

Color Harmonies of #63505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63505E

Black with #63505E

Text Example


Text Example

White with #63505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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