Html Css Color HEX #68665F Storm Dust

📋 copy color: '#68665F'

red 104 ◦ green 102 ◦ blue 95

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

Shades of Storm Dust #68665F

Tints of Storm Dust #68665F

RGB

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

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

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

R = 34.55%
G = 33.89%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68665F (or 0x68665F) is known color: Storm Dust. HEX triplet: 68, 66 and 5F. RGB value is (104,102,95). Sum of RGB (Red+Green+Blue) = 104+102+95=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #68665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665F is #9799A0. Grayscale: #656565. Windows color (decimal): -9935265 or 6252136. OLE color: 6252136.

HSL color Cylindrical-coordinate representation of color #68665F: hue angle of 46.67º 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 #68665F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 102 95 -
CMYK 0 0.02 0.09 0.59
HSL 46.67º 0.05% 0.39% -
HSV(B) 46.67º 0.09% 0.41% -
XYZ 12.53 13.27 12.73 -
YUV 101.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 104 102 95 0 0.02 0.09 0.59 46.67 0.05 0.39
Hex 68 66 5F 0 2 9 3B 2F 5 27
Octal 150 146 137 0 2 11 73 57 5 47
Binary 1101000 1100110 1011111 0 10 1001 111011 101111 101 100111

Color Harmonies of #68665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68665F

Black with #68665F

Text Example


Text Example

White with #68665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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