Html Css Color HEX #68675B Storm Dust

📋 copy color: '#68675B'

red 104 ◦ green 103 ◦ blue 91

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

Shades of Storm Dust #68675B

Tints of Storm Dust #68675B

RGB

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

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

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

R = 34.9%
G = 34.56%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68675B (or 0x68675B) is known color: Storm Dust. HEX triplet: 68, 67 and 5B. RGB value is (104,103,91). Sum of RGB (Red+Green+Blue) = 104+103+91=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68675B is #9798A4. Grayscale: #656565. Windows color (decimal): -9935013 or 5990248. OLE color: 5990248.

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

Color convert

RGB 104 103 91 -
CMYK 0 0.01 0.12 0.59
HSL 55.38º 0.07% 0.38% -
HSV(B) 55.38º 0.13% 0.41% -
XYZ 12.45 13.4 11.83 -
YUV 101.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 104 103 91 0 0.01 0.12 0.59 55.38 0.07 0.38
Hex 68 67 5B 0 1 C 3B 37 7 26
Octal 150 147 133 0 1 14 73 67 7 46
Binary 1101000 1100111 1011011 0 1 1100 111011 110111 111 100110

Color Harmonies of #68675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68675B

Black with #68675B

Text Example


Text Example

White with #68675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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