Html Css Color HEX #68675F Storm Dust

📋 copy color: '#68675F'

red 104 ◦ green 103 ◦ blue 95

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

Shades of Storm Dust #68675F

Tints of Storm Dust #68675F

RGB

 RED value IS 104 (41.02% from 255) = 34.44%

 GREEN value IS 103 (40.63% from 255) = 34.11%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 34.44%
G = 34.11%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68675F (or 0x68675F) is known color: Storm Dust. HEX triplet: 68, 67 and 5F. RGB value is (104,103,95). Sum of RGB (Red+Green+Blue) = 104+103+95=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #68675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675F is #9798A0. Grayscale: #666666. Windows color (decimal): -9935009 or 6252392. OLE color: 6252392.

HSL color Cylindrical-coordinate representation of color #68675F: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68675F is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 103 95 -
CMYK 0 0.01 0.09 0.59
HSL 53.33º 0.05% 0.39% -
HSV(B) 53.33º 0.09% 0.41% -
XYZ 12.62 13.47 12.76 -
YUV 102.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 104 103 95 0 0.01 0.09 0.59 53.33 0.05 0.39
Hex 68 67 5F 0 1 9 3B 35 5 27
Octal 150 147 137 0 1 11 73 65 5 47
Binary 1101000 1100111 1011111 0 1 1001 111011 110101 101 100111

Color Harmonies of #68675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68675F

Black with #68675F

Text Example


Text Example

White with #68675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68675F; }

 p { color: rgb(104,103,95); }

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

background-color css

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

 a { background-color: rgb(104,103,95); }

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

border-color css

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

 span { border-color: rgb(104,103,95); }

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