#68694B

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

Shades of Hemlock #68694B

Tints of Hemlock #68694B

Color information

#68694B (or 0x68694B) is unknown color: approx Hemlock. HEX triplet: 68, 69 and 4B. RGB value is (104,105,75). Sum of RGB (Red+Green+Blue) = 104+105+75=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #68694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68694B is #9796B4. Grayscale: #656565. Windows color (decimal): -9934517 or 4942184. OLE color: 4942184.

HSL color Cylindrical-coordinate representation of color #68694B: hue angle of 62º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68694B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB10410575-
CMYK0.0100.290.59
HSL62º16.67%35.29%-
HSV(B)62º28.57%41.18%-
XYZ12.0313.558.64-
YUV101.28113.17129.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=36.62%
G=36.97%
B=26.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105750.0100.290.596216.6735.29
Hex68694B101D3B3e1123
Octal150151113103573762143
Binary110100011010011001011101110111101111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68694B; }

 p { color: rgb(104,105,75); }

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

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

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

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

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

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

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