Html Css Color HEX #635E61 Salt Box

📋 copy color: '#635E61'

red 99 ◦ green 94 ◦ blue 97

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

Shades of Salt Box #635E61

Tints of Salt Box #635E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 34.14%
G = 32.41%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635E61 (or 0x635E61) is known color: Salt Box. HEX triplet: 63, 5E and 61. RGB value is (99,94,97). Sum of RGB (Red+Green+Blue) = 99+94+97=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 99 - color contains mainly: red. Hex color #635E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E61 is #9CA19E. Grayscale: #5F5F5F. Windows color (decimal): -10264991 or 6381155. OLE color: 6381155.

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

Color convert

RGB 99 94 97 -
CMYK 0 0.05 0.02 0.61
HSL 324º 0.03% 0.38% -
HSV(B) 324º 0.05% 0.39% -
XYZ 11.31 11.52 12.94 -
YUV 95.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 99 94 97 0 0.05 0.02 0.61 324 0.03 0.38
Hex 63 5E 61 0 5 2 3D 144 3 26
Octal 143 136 141 0 5 2 75 504 3 46
Binary 1100011 1011110 1100001 0 101 10 111101 101000100 11 100110

Color Harmonies of #635E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E61

Black with #635E61

Text Example


Text Example

White with #635E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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