Html Css Color HEX #635161 Salt Box

📋 copy color: '#635161'

red 99 ◦ green 81 ◦ blue 97

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

Shades of Salt Box #635161

Tints of Salt Box #635161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 35.74%
G = 29.24%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635161 (or 0x635161) is known color: Salt Box. HEX triplet: 63, 51 and 61. RGB value is (99,81,97). Sum of RGB (Red+Green+Blue) = 99+81+97=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #635161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635161 is #9CAE9E. Grayscale: #585858. Windows color (decimal): -10268319 or 6377827. OLE color: 6377827.

HSL color Cylindrical-coordinate representation of color #635161: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635161 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 97 -
CMYK 0 0.18 0.02 0.61
HSL 306.67º 0.1% 0.35% -
HSV(B) 306.67º 0.18% 0.39% -
XYZ 10.25 9.4 12.58 -
YUV 88.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 99 81 97 0 0.18 0.02 0.61 306.67 0.1 0.35
Hex 63 51 61 0 12 2 3D 133 A 23
Octal 143 121 141 0 22 2 75 463 12 43
Binary 1100011 1010001 1100001 0 10010 10 111101 100110011 1010 100011

Color Harmonies of #635161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635161

Black with #635161

Text Example


Text Example

White with #635161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635161; }

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

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

background-color css

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

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

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

border-color css

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

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

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