#69674D

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

Shades of Hemlock #69674D

Tints of Hemlock #69674D

Color information

#69674D (or 0x69674D) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 4D. RGB value is (105,103,77). Sum of RGB (Red+Green+Blue) = 105+103+77=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69674D is #9698B2. Grayscale: #646464. Windows color (decimal): -9869491 or 5072745. OLE color: 5072745.

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

Color convert

RGB10510377-
CMYK00.020.270.59
HSL55.71º15.38%35.69%-
HSV(B)55.71º26.67%41.18%-
XYZ12.0213.248.94-
YUV100.63114.66131.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=36.84%
G=36.14%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051037700.020.270.5955.7115.3835.69
Hex69674D021B3B38f24
Octal151147115023373701744
Binary110100111001111001101010110111110111110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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