#69655C

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

Shades of Storm Dust #69655C

Tints of Storm Dust #69655C

Color information

#69655C (or 0x69655C) is unknown color: approx Storm Dust. HEX triplet: 69, 65 and 5C. RGB value is (105,101,92). Sum of RGB (Red+Green+Blue) = 105+101+92=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #69655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69655C is #969AA3. Grayscale: #656565. Windows color (decimal): -9869988 or 6055273. OLE color: 6055273.

HSL color Cylindrical-coordinate representation of color #69655C: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69655C is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10510192-
CMYK00.040.120.59
HSL41.54º6.6%38.63%-
HSV(B)41.54º12.38%41.18%-
XYZ12.4113.0812-
YUV101.17122.83130.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=35.23%
G=33.89%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051019200.040.120.5941.546.638.63
Hex69655C04C3B2a727
Octal15114513404147352747
Binary11010011100101101110001001100111011101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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