#655163

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

Shades of Salt Box #655163

Tints of Salt Box #655163

Color information

#655163 (or 0x655163) is unknown color: approx Salt Box. HEX triplet: 65, 51 and 63. RGB value is (101,81,99). Sum of RGB (Red+Green+Blue) = 101+81+99=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655163 is #9AAE9C. Grayscale: #585858. Windows color (decimal): -10137245 or 6508901. OLE color: 6508901.

HSL color Cylindrical-coordinate representation of color #655163: hue angle of 306º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655163 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1018199-
CMYK00.200.020.60
HSL306º10.99%35.69%-
HSV(B)306º19.8%39.61%-
XYZ10.569.5513.09-
YUV89.03133.63136.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=35.94%
G=28.83%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101819900.200.020.6030610.9935.69
Hex65516301423C132b24
Octal1451211430242744621344
Binary110010110100011100011010100101111001001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655163; }

 p { color: rgb(101,81,99); }

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

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

 a { background-color: rgb(101,81,99); }

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

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

 span { border-color: rgb(101,81,99); }

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