Html Css Color HEX #63505D Salt Box

📋 copy color: '#63505D'

red 99 ◦ green 80 ◦ blue 93

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

Shades of Salt Box #63505D

Tints of Salt Box #63505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 36.4%
G = 29.41%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63505D (or 0x63505D) is known color: Salt Box. HEX triplet: 63, 50 and 5D. RGB value is (99,80,93). Sum of RGB (Red+Green+Blue) = 99+80+93=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #63505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505D is #9CAFA2. Grayscale: #575757. Windows color (decimal): -10268579 or 6115427. OLE color: 6115427.

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

Color convert

RGB 99 80 93 -
CMYK 0 0.19 0.06 0.61
HSL 318.95º 0.11% 0.35% -
HSV(B) 318.95º 0.19% 0.39% -
XYZ 9.99 9.18 11.6 -
YUV 87.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 99 80 93 0 0.19 0.06 0.61 318.95 0.11 0.35
Hex 63 50 5D 0 13 6 3D 13F B 23
Octal 143 120 135 0 23 6 75 477 13 43
Binary 1100011 1010000 1011101 0 10011 110 111101 100111111 1011 100011

Color Harmonies of #63505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63505D

Black with #63505D

Text Example


Text Example

White with #63505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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