#69674F

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

Shades of Hemlock #69674F

Tints of Hemlock #69674F

Color information

#69674F (or 0x69674F) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 4F. RGB value is (105,103,79). Sum of RGB (Red+Green+Blue) = 105+103+79=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #69674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69674F is #9698B0. Grayscale: #646464. Windows color (decimal): -9869489 or 5203817. OLE color: 5203817.

HSL color Cylindrical-coordinate representation of color #69674F: hue angle of 55.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69674F is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB10510379-
CMYK00.020.250.59
HSL55.38º14.13%36.08%-
HSV(B)55.38º24.76%41.18%-
XYZ12.0913.279.32-
YUV100.86115.66130.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=36.59%
G=35.89%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051037900.020.250.5955.3814.1336.08
Hex69674F02193B37e24
Octal151147117023173671644
Binary110100111001111001111010110011110111101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69674F; }

 p { color: rgb(105,103,79); }

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

<style>
 a { background-color: #69674F; }

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

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

<style>
 span { border-color: #69674F; }

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

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