#67665C

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

Shades of Storm Dust #67665C

Tints of Storm Dust #67665C

Color information

#67665C (or 0x67665C) is unknown color: approx Storm Dust. HEX triplet: 67, 66 and 5C. RGB value is (103,102,92). Sum of RGB (Red+Green+Blue) = 103+102+92=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 103 - color contains mainly: red. Hex color #67665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67665C is #9899A3. Grayscale: #656565. Windows color (decimal): -10000804 or 6055527. OLE color: 6055527.

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

Color convert

RGB10310292-
CMYK00.010.110.60
HSL54.55º5.64%38.24%-
HSV(B)54.55º10.68%40.39%-
XYZ12.2813.1612.02-
YUV101.16122.83129.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=34.68%
G=34.34%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031029200.010.110.6054.555.6438.24
Hex67665C01B3C37626
Octal14714613401137467646
Binary110011111001101011100011011111100110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,102,92); }

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

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

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

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

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

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

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