#69694D

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

Shades of Hemlock #69694D

Tints of Hemlock #69694D

Color information

#69694D (or 0x69694D) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 4D. RGB value is (105,105,77). Sum of RGB (Red+Green+Blue) = 105+105+77=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69694D is #9696B2. Grayscale: #656565. Windows color (decimal): -9868979 or 5073257. OLE color: 5073257.

HSL color Cylindrical-coordinate representation of color #69694D: hue angle of 60º 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 #69694D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB10510577-
CMYK000.270.59
HSL60º15.38%35.69%-
HSV(B)60º26.67%41.18%-
XYZ12.2213.649.01-
YUV101.81114130.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=36.59%
G=36.59%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510577000.270.596015.3835.69
Hex69694D001B3B3cf24
Octal151151115003373741744
Binary11010011101001100110100110111110111111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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