#635861

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

Shades of Salt Box #635861

Tints of Salt Box #635861

Color information

#635861 (or 0x635861) is unknown color: approx Salt Box. HEX triplet: 63, 58 and 61. RGB value is (99,88,97). Sum of RGB (Red+Green+Blue) = 99+88+97=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635861 is #9CA79E. Grayscale: #5C5C5C. Windows color (decimal): -10266527 or 6379619. OLE color: 6379619.

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

Color convert

RGB998897-
CMYK00.110.020.61
HSL310.91º5.88%36.67%-
HSV(B)310.91º11.11%38.82%-
XYZ10.7910.512.77-
YUV92.32130.64132.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=34.86%
G=30.99%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99889700.110.020.61310.915.8836.67
Hex6358610B23D137625
Octal143130141013275467645
Binary1100011101100011000010101110111101100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635861; }

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

 H1.HeaderClassName
 {
   color: #635861;
 }
 .AnyTagClassName
 {
   color: #635861;
 }
</style>
background-color css

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

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

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

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

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

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