Html Css Color HEX #68655D Storm Dust

📋 copy color: '#68655D'

red 104 ◦ green 101 ◦ blue 93

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

Shades of Storm Dust #68655D

Tints of Storm Dust #68655D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 34.9%
G = 33.89%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68655D (or 0x68655D) is known color: Storm Dust. HEX triplet: 68, 65 and 5D. RGB value is (104,101,93). Sum of RGB (Red+Green+Blue) = 104+101+93=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655D is #979AA2. Grayscale: #656565. Windows color (decimal): -9935523 or 6120808. OLE color: 6120808.

HSL color Cylindrical-coordinate representation of color #68655D: hue angle of 43.64º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68655D is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 101 93 -
CMYK 0 0.03 0.11 0.59
HSL 43.64º 0.06% 0.39% -
HSV(B) 43.64º 0.11% 0.41% -
XYZ 12.34 13.04 12.22 -
YUV 100.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 104 101 93 0 0.03 0.11 0.59 43.64 0.06 0.39
Hex 68 65 5D 0 3 B 3B 2C 6 27
Octal 150 145 135 0 3 13 73 54 6 47
Binary 1101000 1100101 1011101 0 11 1011 111011 101100 110 100111

Color Harmonies of #68655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68655D

Black with #68655D

Text Example


Text Example

White with #68655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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