Html Css Color HEX #635760 Salt Box

📋 copy color: '#635760'

red 99 ◦ green 87 ◦ blue 96

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

Shades of Salt Box #635760

Tints of Salt Box #635760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

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

R = 35.11%
G = 30.85%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635760 (or 0x635760) is known color: Salt Box. HEX triplet: 63, 57 and 60. RGB value is (99,87,96). Sum of RGB (Red+Green+Blue) = 99+87+96=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635760 is #9CA89F. Grayscale: #5B5B5B. Windows color (decimal): -10266784 or 6313827. OLE color: 6313827.

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

Color convert

RGB 99 87 96 -
CMYK 0 0.12 0.03 0.61
HSL 315º 0.06% 0.36% -
HSV(B) 315º 0.12% 0.39% -
XYZ 10.67 10.31 12.49 -
YUV 91.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 99 87 96 0 0.12 0.03 0.61 315 0.06 0.36
Hex 63 57 60 0 C 3 3D 13B 6 24
Octal 143 127 140 0 14 3 75 473 6 44
Binary 1100011 1010111 1100000 0 1100 11 111101 100111011 110 100100

Color Harmonies of #635760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635760

Black with #635760

Text Example


Text Example

White with #635760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635760; }

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

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

background-color css

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

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

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

border-color css

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

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

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