Html Css Color HEX #635560 Salt Box

📋 copy color: '#635560'

red 99 ◦ green 85 ◦ blue 96

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

Shades of Salt Box #635560

Tints of Salt Box #635560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 35.36%
G = 30.36%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635560 (or 0x635560) is known color: Salt Box. HEX triplet: 63, 55 and 60. RGB value is (99,85,96). Sum of RGB (Red+Green+Blue) = 99+85+96=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635560 is #9CAA9F. Grayscale: #5A5A5A. Windows color (decimal): -10267296 or 6313315. OLE color: 6313315.

HSL color Cylindrical-coordinate representation of color #635560: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635560 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 85 96 -
CMYK 0 0.14 0.03 0.61
HSL 312.86º 0.08% 0.36% -
HSV(B) 312.86º 0.14% 0.39% -
XYZ 10.51 9.99 12.44 -
YUV 90.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 99 85 96 0 0.14 0.03 0.61 312.86 0.08 0.36
Hex 63 55 60 0 E 3 3D 139 8 24
Octal 143 125 140 0 16 3 75 471 10 44
Binary 1100011 1010101 1100000 0 1110 11 111101 100111001 1000 100100

Color Harmonies of #635560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635560

Black with #635560

Text Example


Text Example

White with #635560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635560; }

 p { color: rgb(99,85,96); }

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

background-color css

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

 a { background-color: rgb(99,85,96); }

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

border-color css

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

 span { border-color: rgb(99,85,96); }

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