#655F64

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

Shades of Salt Box #655F64

Tints of Salt Box #655F64

Color information

#655F64 (or 0x655F64) is unknown color: approx Salt Box. HEX triplet: 65, 5F and 64. RGB value is (101,95,100). Sum of RGB (Red+Green+Blue) = 101+95+100=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 101 - color contains mainly: red. Hex color #655F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F64 is #9AA09B. Grayscale: #616161. Windows color (decimal): -10133660 or 6578021. OLE color: 6578021.

HSL color Cylindrical-coordinate representation of color #655F64: hue angle of 310º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #655F64 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10195100-
CMYK00.060.010.60
HSL310º3.06%38.43%-
HSV(B)310º5.94%39.61%-
XYZ11.7611.8713.73-
YUV97.36129.49130.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=34.12%
G=32.09%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1019510000.060.010.603103.0638.43
Hex655F640613C136326
Octal14513714406174466346
Binary1100101101111111001000110111110010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655F64; }

 p { color: rgb(101,95,100); }

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

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

 a { background-color: rgb(101,95,100); }

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

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

 span { border-color: rgb(101,95,100); }

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