Html Css Color HEX #68655B Storm Dust

📋 copy color: '#68655B'

red 104 ◦ green 101 ◦ blue 91

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

Shades of Storm Dust #68655B

Tints of Storm Dust #68655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 35.14%
G = 34.12%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68655B (or 0x68655B) is known color: Storm Dust. HEX triplet: 68, 65 and 5B. RGB value is (104,101,91). Sum of RGB (Red+Green+Blue) = 104+101+91=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655B is #979AA4. Grayscale: #646464. Windows color (decimal): -9935525 or 5989736. OLE color: 5989736.

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

Color convert

RGB 104 101 91 -
CMYK 0 0.03 0.12 0.59
HSL 46.15º 0.07% 0.38% -
HSV(B) 46.15º 0.13% 0.41% -
XYZ 12.25 13.01 11.76 -
YUV 100.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 104 101 91 0 0.03 0.12 0.59 46.15 0.07 0.38
Hex 68 65 5B 0 3 C 3B 2E 7 26
Octal 150 145 133 0 3 14 73 56 7 46
Binary 1101000 1100101 1011011 0 11 1100 111011 101110 111 100110

Color Harmonies of #68655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68655B

Black with #68655B

Text Example


Text Example

White with #68655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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