Html Css Color HEX #6B695B Storm Dust

📋 copy color: '#6B695B'

red 107 ◦ green 105 ◦ blue 91

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

Shades of Storm Dust #6B695B

Tints of Storm Dust #6B695B

RGB

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

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

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

R = 35.31%
G = 34.65%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B695B (or 0x6B695B) is known color: Storm Dust. HEX triplet: 6B, 69 and 5B. RGB value is (107,105,91). Sum of RGB (Red+Green+Blue) = 107+105+91=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B695B is #9496A4. Grayscale: #686868. Windows color (decimal): -9737893 or 5990763. OLE color: 5990763.

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

Color convert

RGB 107 105 91 -
CMYK 0 0.02 0.15 0.58
HSL 52.5º 0.08% 0.39% -
HSV(B) 52.5º 0.15% 0.42% -
XYZ 13 13.98 11.91 -
YUV 104 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 107 105 91 0 0.02 0.15 0.58 52.5 0.08 0.39
Hex 6B 69 5B 0 2 F 3A 34 8 27
Octal 153 151 133 0 2 17 72 64 10 47
Binary 1101011 1101001 1011011 0 10 1111 111010 110100 1000 100111

Color Harmonies of #6B695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B695B

Black with #6B695B

Text Example


Text Example

White with #6B695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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