#65655C

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

Shades of Storm Dust #65655C

Tints of Storm Dust #65655C

Color information

#65655C (or 0x65655C) is unknown color: approx Storm Dust. HEX triplet: 65, 65 and 5C. RGB value is (101,101,92). Sum of RGB (Red+Green+Blue) = 101+101+92=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65655C is #9A9AA3. Grayscale: #646464. Windows color (decimal): -10132132 or 6055269. OLE color: 6055269.

HSL color Cylindrical-coordinate representation of color #65655C: hue angle of 60º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #65655C is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB10110192-
CMYK000.090.60
HSL60º4.66%37.84%-
HSV(B)60º8.91%39.61%-
XYZ11.9512.8511.97-
YUV99.97123.5128.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=34.35%
G=34.35%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10110192000.090.60604.6637.84
Hex65655C0093C3c526
Octal14514513400117474546
Binary110010111001011011100001001111100111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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