Html Css Color HEX #6B675C Storm Dust

📋 copy color: '#6B675C'

red 107 ◦ green 103 ◦ blue 92

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

Shades of Storm Dust #6B675C

Tints of Storm Dust #6B675C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 35.43%
G = 34.11%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B675C (or 0x6B675C) is known color: Storm Dust. HEX triplet: 6B, 67 and 5C. RGB value is (107,103,92). Sum of RGB (Red+Green+Blue) = 107+103+92=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B675C is #9498A3. Grayscale: #666666. Windows color (decimal): -9738404 or 6055787. OLE color: 6055787.

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

Color convert

RGB 107 103 92 -
CMYK 0 0.04 0.14 0.58
HSL 44º 0.08% 0.39% -
HSV(B) 44º 0.14% 0.42% -
XYZ 12.85 13.6 12.07 -
YUV 102.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 107 103 92 0 0.04 0.14 0.58 44 0.08 0.39
Hex 6B 67 5C 0 4 E 3A 2C 8 27
Octal 153 147 134 0 4 16 72 54 10 47
Binary 1101011 1100111 1011100 0 100 1110 111010 101100 1000 100111

Color Harmonies of #6B675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B675C

Black with #6B675C

Text Example


Text Example

White with #6B675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,92); }

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

background-color css

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

 a { background-color: rgb(107,103,92); }

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

border-color css

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

 span { border-color: rgb(107,103,92); }

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