Html Css Color HEX #676664 Storm Dust

📋 copy color: '#676664'

red 103 ◦ green 102 ◦ blue 100

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

Shades of Storm Dust #676664

Tints of Storm Dust #676664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 33.77%
G = 33.44%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#676664 (or 0x676664) is known color: Storm Dust. HEX triplet: 67, 66 and 64. RGB value is (103,102,100). Sum of RGB (Red+Green+Blue) = 103+102+100=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 103 - color contains mainly: red. Hex color #676664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676664 is #98999B. Grayscale: #666666. Windows color (decimal): -10000796 or 6579815. OLE color: 6579815.

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

Color convert

RGB 103 102 100 -
CMYK 0 0.01 0.03 0.60
HSL 40º 0.01% 0.4% -
HSV(B) 40º 0.03% 0.4% -
XYZ 12.65 13.31 13.96 -
YUV 102.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 103 102 100 0 0.01 0.03 0.60 40 0.01 0.4
Hex 67 66 64 0 1 3 3C 28 1 28
Octal 147 146 144 0 1 3 74 50 1 50
Binary 1100111 1100110 1100100 0 1 11 111100 101000 1 101000

Color Harmonies of #676664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676664

Black with #676664

Text Example


Text Example

White with #676664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676664; }

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

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

background-color css

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

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

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

border-color css

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

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

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