#69694C

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

Shades of Hemlock #69694C

Tints of Hemlock #69694C

Color information

#69694C (or 0x69694C) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 4C. RGB value is (105,105,76). Sum of RGB (Red+Green+Blue) = 105+105+76=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69694C is #9696B3. Grayscale: #656565. Windows color (decimal): -9868980 or 5007721. OLE color: 5007721.

HSL color Cylindrical-coordinate representation of color #69694C: hue angle of 60º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69694C is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB10510576-
CMYK000.280.59
HSL60º16.02%35.49%-
HSV(B)60º27.62%41.18%-
XYZ12.1813.638.83-
YUV101.69113.5130.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=36.71%
G=36.71%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510576000.280.596016.0235.49
Hex69694C001C3B3c1023
Octal151151114003473742043
Binary110100111010011001100001110011101111110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69694C; }

 p { color: rgb(105,105,76); }

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

<style>
 a { background-color: #69694C; }

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

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

<style>
 span { border-color: #69694C; }

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

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