Html Css Color HEX #676660 Storm Dust

📋 copy color: '#676660'

red 103 ◦ green 102 ◦ blue 96

#676660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #676660

Tints of Storm Dust #676660

RGB

 RED value IS 103 (40.63% from 255) = 34.22%

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 34.22%
G = 33.89%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#676660 (or 0x676660) is known color: Storm Dust. HEX triplet: 67, 66 and 60. RGB value is (103,102,96). Sum of RGB (Red+Green+Blue) = 103+102+96=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 103 - color contains mainly: red. Hex color #676660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676660 is #98999F. Grayscale: #656565. Windows color (decimal): -10000800 or 6317671. OLE color: 6317671.

HSL color Cylindrical-coordinate representation of color #676660: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #676660 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 102 96 -
CMYK 0 0.01 0.07 0.60
HSL 51.43º 0.04% 0.39% -
HSV(B) 51.43º 0.07% 0.4% -
XYZ 12.46 13.23 12.96 -
YUV 101.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 103 102 96 0 0.01 0.07 0.60 51.43 0.04 0.39
Hex 67 66 60 0 1 7 3C 33 4 27
Octal 147 146 140 0 1 7 74 63 4 47
Binary 1100111 1100110 1100000 0 1 111 111100 110011 100 100111

Color Harmonies of #676660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676660

Black with #676660

Text Example


Text Example

White with #676660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676660; }

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

 H1.HeaderClassName
 {
   color: #676660;
 }
 .AnyTagClassName
 {
   color: #676660;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #676660;
 }
 .BgClassName
 {
   background-color: #676660;
 }
</style>

border-color css

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

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

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