#67655A

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

Shades of Storm Dust #67655A

Tints of Storm Dust #67655A

Color information

#67655A (or 0x67655A) is unknown color: approx Storm Dust. HEX triplet: 67, 65 and 5A. RGB value is (103,101,90). Sum of RGB (Red+Green+Blue) = 103+101+90=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 103 - color contains mainly: red. Hex color #67655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67655A is #989AA5. Grayscale: #646464. Windows color (decimal): -10001062 or 5924199. OLE color: 5924199.

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

Color convert

RGB10310190-
CMYK00.020.130.60
HSL50.77º6.74%37.84%-
HSV(B)50.77º12.62%40.39%-
XYZ12.0912.9311.53-
YUV100.34122.16129.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=35.03%
G=34.35%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031019000.020.130.6050.776.7437.84
Hex67655A02D3C33726
Octal14714513202157463746
Binary1100111110010110110100101101111100110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67655A; }

 p { color: rgb(103,101,90); }

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

<style>
 a { background-color: #67655A; }

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

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

<style>
 span { border-color: #67655A; }

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

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