#635361

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

Shades of Salt Box #635361

Tints of Salt Box #635361

Color information

#635361 (or 0x635361) is unknown color: approx Salt Box. HEX triplet: 63, 53 and 61. RGB value is (99,83,97). Sum of RGB (Red+Green+Blue) = 99+83+97=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635361 is #9CAC9E. Grayscale: #595959. Windows color (decimal): -10267807 or 6378339. OLE color: 6378339.

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

Color convert

RGB998397-
CMYK00.160.020.61
HSL307.5º8.79%35.69%-
HSV(B)307.5º16.16%38.82%-
XYZ10.49.712.63-
YUV89.38132.3134.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=35.48%
G=29.75%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99839700.160.020.61307.58.7935.69
Hex63536101023D134924
Octal1431231410202754641144
Binary110001110100111100001010000101111011001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635361; }

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

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

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

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

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

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

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

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