#6C694D

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

Shades of Hemlock #6C694D

Tints of Hemlock #6C694D

Color information

#6C694D (or 0x6C694D) is unknown color: approx Hemlock. HEX triplet: 6C, 69 and 4D. RGB value is (108,105,77). Sum of RGB (Red+Green+Blue) = 108+105+77=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 108 - color contains mainly: red. Hex color #6C694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C694D is #9396B2. Grayscale: #666666. Windows color (decimal): -9672371 or 5073260. OLE color: 5073260.

HSL color Cylindrical-coordinate representation of color #6C694D: hue angle of 54.19º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C694D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB10810577-
CMYK00.030.290.58
HSL54.19º16.76%36.27%-
HSV(B)54.19º28.7%42.35%-
XYZ12.5813.839.03-
YUV102.7113.49131.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.24%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=37.24%
G=36.21%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081057700.030.290.5854.1916.7636.27
Hex6C694D031D3A361124
Octal154151115033572662144
Binary1101100110100110011010111110111101011011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,77); }

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

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

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

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

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

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

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