Html Css Color HEX #68675A Storm Dust

📋 copy color: '#68675A'

red 104 ◦ green 103 ◦ blue 90

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

Shades of Storm Dust #68675A

Tints of Storm Dust #68675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 35.02%
G = 34.68%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68675A (or 0x68675A) is known color: Storm Dust. HEX triplet: 68, 67 and 5A. RGB value is (104,103,90). Sum of RGB (Red+Green+Blue) = 104+103+90=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #68675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675A is #9798A5. Grayscale: #656565. Windows color (decimal): -9935014 or 5924712. OLE color: 5924712.

HSL color Cylindrical-coordinate representation of color #68675A: hue angle of 55.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68675A is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 103 90 -
CMYK 0 0.01 0.13 0.59
HSL 55.71º 0.07% 0.38% -
HSV(B) 55.71º 0.13% 0.41% -
XYZ 12.4 13.38 11.6 -
YUV 101.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 104 103 90 0 0.01 0.13 0.59 55.71 0.07 0.38
Hex 68 67 5A 0 1 D 3B 38 7 26
Octal 150 147 132 0 1 15 73 70 7 46
Binary 1101000 1100111 1011010 0 1 1101 111011 111000 111 100110

Color Harmonies of #68675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68675A

Black with #68675A

Text Example


Text Example

White with #68675A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68675A; }

 p { color: rgb(104,103,90); }

 H1.HeaderClassName
 {
   color: #68675A;
 }
 .AnyTagClassName
 {
   color: #68675A;
 }
</style>

background-color css

<style>
 a { background-color: #68675A; }

 a { background-color: rgb(104,103,90); }

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

border-color css

<style>
 span { border-color: #68675A; }

 span { border-color: rgb(104,103,90); }

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