Html Css Color HEX #68665C Storm Dust

📋 copy color: '#68665C'

red 104 ◦ green 102 ◦ blue 92

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

Shades of Storm Dust #68665C

Tints of Storm Dust #68665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 34.9%
G = 34.23%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68665C (or 0x68665C) is known color: Storm Dust. HEX triplet: 68, 66 and 5C. RGB value is (104,102,92). Sum of RGB (Red+Green+Blue) = 104+102+92=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665C is #9799A3. Grayscale: #656565. Windows color (decimal): -9935268 or 6055528. OLE color: 6055528.

HSL color Cylindrical-coordinate representation of color #68665C: hue angle of 50º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68665C is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 102 92 -
CMYK 0 0.02 0.12 0.59
HSL 50º 0.06% 0.38% -
HSV(B) 50º 0.12% 0.41% -
XYZ 12.39 13.22 12.02 -
YUV 101.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 104 102 92 0 0.02 0.12 0.59 50 0.06 0.38
Hex 68 66 5C 0 2 C 3B 32 6 26
Octal 150 146 134 0 2 14 73 62 6 46
Binary 1101000 1100110 1011100 0 10 1100 111011 110010 110 100110

Color Harmonies of #68665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68665C

Black with #68665C

Text Example


Text Example

White with #68665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68665C; }

 p { color: rgb(104,102,92); }

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

background-color css

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

 a { background-color: rgb(104,102,92); }

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

border-color css

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

 span { border-color: rgb(104,102,92); }

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