Html Css Color HEX #68655F Storm Dust

📋 copy color: '#68655F'

red 104 ◦ green 101 ◦ blue 95

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

Shades of Storm Dust #68655F

Tints of Storm Dust #68655F

RGB

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

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

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

R = 34.67%
G = 33.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68655F (or 0x68655F) is known color: Storm Dust. HEX triplet: 68, 65 and 5F. RGB value is (104,101,95). Sum of RGB (Red+Green+Blue) = 104+101+95=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #68655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655F is #979AA0. Grayscale: #656565. Windows color (decimal): -9935521 or 6251880. OLE color: 6251880.

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

Color convert

RGB 104 101 95 -
CMYK 0 0.03 0.09 0.59
HSL 40º 0.05% 0.39% -
HSV(B) 40º 0.09% 0.41% -
XYZ 12.43 13.08 12.7 -
YUV 101.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 104 101 95 0 0.03 0.09 0.59 40 0.05 0.39
Hex 68 65 5F 0 3 9 3B 28 5 27
Octal 150 145 137 0 3 11 73 50 5 47
Binary 1101000 1100101 1011111 0 11 1001 111011 101000 101 100111

Color Harmonies of #68655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68655F

Black with #68655F

Text Example


Text Example

White with #68655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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