Html Css Color HEX #6B6958 Storm Dust

📋 copy color: '#6B6958'

red 107 ◦ green 105 ◦ blue 88

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

Shades of Storm Dust #6B6958

Tints of Storm Dust #6B6958

RGB

 RED value IS 107 (42.19% from 255) = 35.67%

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 35.67%
G = 35%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B6958 (or 0x6B6958) is known color: Storm Dust. HEX triplet: 6B, 69 and 58. RGB value is (107,105,88). Sum of RGB (Red+Green+Blue) = 107+105+88=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6958 is #9496A7. Grayscale: #676767. Windows color (decimal): -9737896 or 5794155. OLE color: 5794155.

HSL color Cylindrical-coordinate representation of color #6B6958: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B6958 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 105 88 -
CMYK 0 0.02 0.18 0.58
HSL 53.68º 0.1% 0.38% -
HSV(B) 53.68º 0.18% 0.42% -
XYZ 12.88 13.93 11.24 -
YUV 103.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 107 105 88 0 0.02 0.18 0.58 53.68 0.1 0.38
Hex 6B 69 58 0 2 12 3A 36 A 26
Octal 153 151 130 0 2 22 72 66 12 46
Binary 1101011 1101001 1011000 0 10 10010 111010 110110 1010 100110

Color Harmonies of #6B6958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6958

Black with #6B6958

Text Example


Text Example

White with #6B6958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6958; }

 p { color: rgb(107,105,88); }

 H1.HeaderClassName
 {
   color: #6B6958;
 }
 .AnyTagClassName
 {
   color: #6B6958;
 }
</style>

background-color css

<style>
 a { background-color: #6B6958; }

 a { background-color: rgb(107,105,88); }

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

border-color css

<style>
 span { border-color: #6B6958; }

 span { border-color: rgb(107,105,88); }

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