#67655B

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

Shades of Storm Dust #67655B

Tints of Storm Dust #67655B

Color information

#67655B (or 0x67655B) is unknown color: approx Storm Dust. HEX triplet: 67, 65 and 5B. RGB value is (103,101,91). Sum of RGB (Red+Green+Blue) = 103+101+91=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 103 - color contains mainly: red. Hex color #67655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67655B is #989AA4. Grayscale: #646464. Windows color (decimal): -10001061 or 5989735. OLE color: 5989735.

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

Color convert

RGB10310191-
CMYK00.020.120.60
HSL50º6.19%38.04%-
HSV(B)50º11.65%40.39%-
XYZ12.1412.9511.76-
YUV100.46122.66129.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=34.92%
G=34.24%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031019100.020.120.60506.1938.04
Hex67655B02C3C32626
Octal14714513302147462646
Binary1100111110010110110110101100111100110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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