Html Css Color HEX #68675E Storm Dust

📋 copy color: '#68675E'

red 104 ◦ green 103 ◦ blue 94

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

Shades of Storm Dust #68675E

Tints of Storm Dust #68675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 34.55%
G = 34.22%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68675E (or 0x68675E) is known color: Storm Dust. HEX triplet: 68, 67 and 5E. RGB value is (104,103,94). Sum of RGB (Red+Green+Blue) = 104+103+94=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #68675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675E is #9798A1. Grayscale: #666666. Windows color (decimal): -9935010 or 6186856. OLE color: 6186856.

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

Color convert

RGB 104 103 94 -
CMYK 0 0.01 0.10 0.59
HSL 54º 0.05% 0.39% -
HSV(B) 54º 0.1% 0.41% -
XYZ 12.58 13.45 12.52 -
YUV 102.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 104 103 94 0 0.01 0.10 0.59 54 0.05 0.39
Hex 68 67 5E 0 1 A 3B 36 5 27
Octal 150 147 136 0 1 12 73 66 5 47
Binary 1101000 1100111 1011110 0 1 1010 111011 110110 101 100111

Color Harmonies of #68675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68675E

Black with #68675E

Text Example


Text Example

White with #68675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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