Html Css Color HEX #635960 Salt Box

📋 copy color: '#635960'

red 99 ◦ green 89 ◦ blue 96

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

Shades of Salt Box #635960

Tints of Salt Box #635960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

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

R = 34.86%
G = 31.34%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635960 (or 0x635960) is known color: Salt Box. HEX triplet: 63, 59 and 60. RGB value is (99,89,96). Sum of RGB (Red+Green+Blue) = 99+89+96=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635960 is #9CA69F. Grayscale: #5C5C5C. Windows color (decimal): -10266272 or 6314339. OLE color: 6314339.

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

Color convert

RGB 99 89 96 -
CMYK 0 0.10 0.03 0.61
HSL 318º 0.05% 0.37% -
HSV(B) 318º 0.1% 0.39% -
XYZ 10.83 10.64 12.55 -
YUV 92.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 99 89 96 0 0.10 0.03 0.61 318 0.05 0.37
Hex 63 59 60 0 A 3 3D 13E 5 25
Octal 143 131 140 0 12 3 75 476 5 45
Binary 1100011 1011001 1100000 0 1010 11 111101 100111110 101 100101

Color Harmonies of #635960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635960

Black with #635960

Text Example


Text Example

White with #635960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635960; }

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

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

background-color css

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

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

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

border-color css

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

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

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