Html Css Color HEX #635661 Salt Box

📋 copy color: '#635661'

red 99 ◦ green 86 ◦ blue 97

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

Shades of Salt Box #635661

Tints of Salt Box #635661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 35.11%
G = 30.5%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#635661 (or 0x635661) is known color: Salt Box. HEX triplet: 63, 56 and 61. RGB value is (99,86,97). Sum of RGB (Red+Green+Blue) = 99+86+97=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635661 is #9CA99E. Grayscale: #5B5B5B. Windows color (decimal): -10267039 or 6379107. OLE color: 6379107.

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

Color convert

RGB 99 86 97 -
CMYK 0 0.13 0.02 0.61
HSL 309.23º 0.07% 0.36% -
HSV(B) 309.23º 0.13% 0.39% -
XYZ 10.63 10.17 12.71 -
YUV 91.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 99 86 97 0 0.13 0.02 0.61 309.23 0.07 0.36
Hex 63 56 61 0 D 2 3D 135 7 24
Octal 143 126 141 0 15 2 75 465 7 44
Binary 1100011 1010110 1100001 0 1101 10 111101 100110101 111 100100

Color Harmonies of #635661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635661

Black with #635661

Text Example


Text Example

White with #635661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635661; }

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

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

background-color css

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

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

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

border-color css

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

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

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