#61535E

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

Shades of Salt Box #61535E

Tints of Salt Box #61535E

Color information

#61535E (or 0x61535E) is unknown color: approx Salt Box. HEX triplet: 61, 53 and 5E. RGB value is (97,83,94). Sum of RGB (Red+Green+Blue) = 97+83+94=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #61535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535E is #9EACA1. Grayscale: #585858. Windows color (decimal): -10398882 or 6181729. OLE color: 6181729.

HSL color Cylindrical-coordinate representation of color #61535E: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61535E is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB978394-
CMYK00.140.030.62
HSL312.86º7.78%35.29%-
HSV(B)312.86º14.43%38.04%-
XYZ10.049.5411.9-
YUV88.44131.14134.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=35.40%
G=30.29%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97839400.140.030.62312.867.7835.29
Hex61535E0E33E139823
Octal1411231360163764711043
Binary11000011010011101111001110111111101001110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61535E; }

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

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

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

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

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

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

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

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