#65655F

Color #65655F Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #65655F

Tints of Storm Dust #65655F

Color information

#65655F (or 0x65655F) is unknown color: approx Storm Dust. HEX triplet: 65, 65 and 5F. RGB value is (101,101,95). Sum of RGB (Red+Green+Blue) = 101+101+95=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65655F is #9A9AA0. Grayscale: #646464. Windows color (decimal): -10132129 or 6251877. OLE color: 6251877.

HSL color Cylindrical-coordinate representation of color #65655F: hue angle of 60º 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 #65655F is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB10110195-
CMYK000.060.60
HSL60º3.06%38.43%-
HSV(B)60º5.94%39.61%-
XYZ12.0912.912.68-
YUV100.32125128.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=34.01%
G=34.01%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110195000.060.60603.0638.43
Hex65655F0063C3c326
Octal1451451370067474346
Binary1100101110010110111110011011110011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65655F; }

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

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

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

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

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

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

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

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