Html Css Color HEX #635961 Salt Box

📋 copy color: '#635961'

red 99 ◦ green 89 ◦ blue 97

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

Shades of Salt Box #635961

Tints of Salt Box #635961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.04%

R = 34.74%
G = 31.23%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635961 (or 0x635961) is known color: Salt Box. HEX triplet: 63, 59 and 61. RGB value is (99,89,97). Sum of RGB (Red+Green+Blue) = 99+89+97=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #635961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635961 is #9CA69E. Grayscale: #5C5C5C. Windows color (decimal): -10266271 or 6379875. OLE color: 6379875.

HSL color Cylindrical-coordinate representation of color #635961: hue angle of 312º 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 #635961 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 89 97 -
CMYK 0 0.10 0.02 0.61
HSL 312º 0.05% 0.37% -
HSV(B) 312º 0.1% 0.39% -
XYZ 10.88 10.66 12.79 -
YUV 92.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 99 89 97 0 0.10 0.02 0.61 312 0.05 0.37
Hex 63 59 61 0 A 2 3D 138 5 25
Octal 143 131 141 0 12 2 75 470 5 45
Binary 1100011 1011001 1100001 0 1010 10 111101 100111000 101 100101

Color Harmonies of #635961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635961

Black with #635961

Text Example


Text Example

White with #635961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635961; }

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

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

background-color css

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

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

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

border-color css

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

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

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