#696643

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

Shades of Hemlock #696643

Tints of Hemlock #696643

Color information

#696643 (or 0x696643) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 43. RGB value is (105,102,67). Sum of RGB (Red+Green+Blue) = 105+102+67=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696643 is #9699BC. Grayscale: #636363. Windows color (decimal): -9869757 or 4417129. OLE color: 4417129.

HSL color Cylindrical-coordinate representation of color #696643: hue angle of 55.26º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696643 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB10510267-
CMYK00.030.360.59
HSL55.26º22.09%33.73%-
HSV(B)55.26º36.19%41.18%-
XYZ11.5912.917.19-
YUV98.91109.99132.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=38.32%
G=37.23%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051026700.030.360.5955.2622.0933.73
Hex69664303243B371622
Octal151146103034473672642
Binary11010011100110100001101110010011101111011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696643; }

 p { color: rgb(105,102,67); }

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

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

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

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

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

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

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