#6C716C

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

Shades of Boulder #6C716C

Tints of Boulder #6C716C

Color information

#6C716C (or 0x6C716C) is unknown color: approx Boulder. HEX triplet: 6C, 71 and 6C. RGB value is (108,113,108). Sum of RGB (Red+Green+Blue) = 108+113+108=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #6C716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C716C is #938E93. Grayscale: #6E6E6E. Windows color (decimal): -9670292 or 7106924. OLE color: 7106924.

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

Color convert

RGB108113108-
CMYK0.0400.040.56
HSL120º2.26%43.33%-
HSV(B)120º4.42%44.31%-
XYZ14.816.0816.51-
YUV110.94126.34125.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=32.83%
G=34.35%
B=32.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1081131080.0400.040.561202.2643.33
Hex6C716C404387822b
Octal15416115440470170253
Binary1101100111000111011001000100111000111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,113,108); }

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

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

 a { background-color: rgb(108,113,108); }

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

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

 span { border-color: rgb(108,113,108); }

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