#69674C

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

Shades of Hemlock #69674C

Tints of Hemlock #69674C

Color information

#69674C (or 0x69674C) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 4C. RGB value is (105,103,76). Sum of RGB (Red+Green+Blue) = 105+103+76=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #69674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69674C is #9698B3. Grayscale: #646464. Windows color (decimal): -9869492 or 5007209. OLE color: 5007209.

HSL color Cylindrical-coordinate representation of color #69674C: hue angle of 55.86º 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 #69674C is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB10510376-
CMYK00.020.280.59
HSL55.86º16.02%35.49%-
HSV(B)55.86º27.62%41.18%-
XYZ11.9813.238.76-
YUV100.52114.16131.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=36.97%
G=36.27%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051037600.020.280.5955.8616.0235.49
Hex69674C021C3B381023
Octal151147114023473702043
Binary1101001110011110011000101110011101111100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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