#635D61

Color #635D61 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #635D61

Tints of Salt Box #635D61

Color information

#635D61 (or 0x635D61) is unknown color: approx 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

RGB999397-
CMYK00.060.020.61
HSL320º3.12%37.65%-
HSV(B)320º6.06%38.82%-
XYZ11.2211.3412.91-
YUV95.25128.99130.67-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99939700.060.020.613203.1237.65
Hex635D610623D140326
Octal14313514106275500346
Binary11000111011101110000101101011110110100000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>