Html Css Color HEX #635D61 Salt Box

📋 copy color: '#635D61'

red 99 ◦ green 93 ◦ blue 97

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

Shades of Salt Box #635D61

Tints of Salt Box #635D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

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

R = 34.26%
G = 32.18%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635D61 (or 0x635D61) is known color: Salt Box. HEX triplet: 63, 5D and 61. RGB value is (99,93,97). Sum of RGB (Red+Green+Blue) = 99+93+97=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #635D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D61 is #9CA29E. Grayscale: #5F5F5F. Windows color (decimal): -10265247 or 6380899. OLE color: 6380899.

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

Color convert

RGB 99 93 97 -
CMYK 0 0.06 0.02 0.61
HSL 320º 0.03% 0.38% -
HSV(B) 320º 0.06% 0.39% -
XYZ 11.22 11.34 12.91 -
YUV 95.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 99 93 97 0 0.06 0.02 0.61 320 0.03 0.38
Hex 63 5D 61 0 6 2 3D 140 3 26
Octal 143 135 141 0 6 2 75 500 3 46
Binary 1100011 1011101 1100001 0 110 10 111101 101000000 11 100110

Color Harmonies of #635D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635D61

Black with #635D61

Text Example


Text Example

White with #635D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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