Html Css Color HEX #635860 Salt Box

📋 copy color: '#635860'

red 99 ◦ green 88 ◦ blue 96

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

Shades of Salt Box #635860

Tints of Salt Box #635860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

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

R = 34.98%
G = 31.1%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635860 (or 0x635860) is known color: Salt Box. HEX triplet: 63, 58 and 60. RGB value is (99,88,96). Sum of RGB (Red+Green+Blue) = 99+88+96=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635860 is #9CA79F. Grayscale: #5C5C5C. Windows color (decimal): -10266528 or 6314083. OLE color: 6314083.

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

Color convert

RGB 99 88 96 -
CMYK 0 0.11 0.03 0.61
HSL 316.36º 0.06% 0.37% -
HSV(B) 316.36º 0.11% 0.39% -
XYZ 10.75 10.48 12.52 -
YUV 92.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 99 88 96 0 0.11 0.03 0.61 316.36 0.06 0.37
Hex 63 58 60 0 B 3 3D 13C 6 25
Octal 143 130 140 0 13 3 75 474 6 45
Binary 1100011 1011000 1100000 0 1011 11 111101 100111100 110 100101

Color Harmonies of #635860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635860

Black with #635860

Text Example


Text Example

White with #635860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635860; }

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

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

background-color css

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

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

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

border-color css

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

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

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