#69675B

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

Shades of Storm Dust #69675B

Tints of Storm Dust #69675B

Color information

#69675B (or 0x69675B) is unknown color: approx Storm Dust. HEX triplet: 69, 67 and 5B. RGB value is (105,103,91). Sum of RGB (Red+Green+Blue) = 105+103+91=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #69675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69675B is #9698A4. Grayscale: #666666. Windows color (decimal): -9869477 or 5990249. OLE color: 5990249.

HSL color Cylindrical-coordinate representation of color #69675B: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #69675B is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB10510391-
CMYK00.020.130.59
HSL51.43º7.14%38.43%-
HSV(B)51.43º13.33%41.18%-
XYZ12.5613.4611.83-
YUV102.23121.66129.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=35.12%
G=34.45%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051039100.020.130.5951.437.1438.43
Hex69675B02D3B33726
Octal15114713302157363746
Binary1101001110011110110110101101111011110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69675B; }

 p { color: rgb(105,103,91); }

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

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

 a { background-color: rgb(105,103,91); }

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

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

 span { border-color: rgb(105,103,91); }

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