Html Css Color HEX #676561 Storm Dust

📋 copy color: '#676561'

red 103 ◦ green 101 ◦ blue 97

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

Shades of Storm Dust #676561

Tints of Storm Dust #676561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 34.22%
G = 33.55%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#676561 (or 0x676561) is known color: Storm Dust. HEX triplet: 67, 65 and 61. RGB value is (103,101,97). Sum of RGB (Red+Green+Blue) = 103+101+97=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 103 - color contains mainly: red. Hex color #676561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676561 is #989A9E. Grayscale: #656565. Windows color (decimal): -10001055 or 6382951. OLE color: 6382951.

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

Color convert

RGB 103 101 97 -
CMYK 0 0.02 0.06 0.60
HSL 40º 0.03% 0.39% -
HSV(B) 40º 0.06% 0.4% -
XYZ 12.4 13.05 13.18 -
YUV 101.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 103 101 97 0 0.02 0.06 0.60 40 0.03 0.39
Hex 67 65 61 0 2 6 3C 28 3 27
Octal 147 145 141 0 2 6 74 50 3 47
Binary 1100111 1100101 1100001 0 10 110 111100 101000 11 100111

Color Harmonies of #676561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676561

Black with #676561

Text Example


Text Example

White with #676561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676561; }

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

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

background-color css

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

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

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

border-color css

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

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

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