#6D756D

Color #6D756D Boulder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boulder #6D756D

Tints of Boulder #6D756D

Color information

#6D756D (or 0x6D756D) is unknown color: approx Boulder. HEX triplet: 6D, 75 and 6D. RGB value is (109,117,109). Sum of RGB (Red+Green+Blue) = 109+117+109=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #6D756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D756D is #928A92. Grayscale: #717171. Windows color (decimal): -9603731 or 7173485. OLE color: 7173485.

HSL color Cylindrical-coordinate representation of color #6D756D: hue angle of 120º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D756D is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB109117109-
CMYK0.0700.070.54
HSL120º3.54%44.31%-
HSV(B)120º6.84%45.88%-
XYZ15.4317.0816.95-
YUV113.7125.35124.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=32.54%
G=34.93%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1091171090.0700.070.541203.5444.31
Hex6D756D707367842c
Octal15516515570766170454
Binary11011011110101110110111101111101101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,109); }

 H1.HeaderClassName
 {
   color: #6D756D;
 }
 .AnyTagClassName
 {
   color: #6D756D;
 }
</style>
background-color css

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

 a { background-color: rgb(109,117,109); }

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

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

 span { border-color: rgb(109,117,109); }

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