#68634A

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

Shades of Hemlock #68634A

Tints of Hemlock #68634A

Color information

#68634A (or 0x68634A) is unknown color: approx Hemlock. HEX triplet: 68, 63 and 4A. RGB value is (104,99,74). Sum of RGB (Red+Green+Blue) = 104+99+74=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68634A is #979CB5. Grayscale: #616161. Windows color (decimal): -9936054 or 4875112. OLE color: 4875112.

HSL color Cylindrical-coordinate representation of color #68634A: hue angle of 50º 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 #68634A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1049974-
CMYK00.050.290.59
HSL50º16.85%34.9%-
HSV(B)50º28.85%40.78%-
XYZ11.4112.368.26-
YUV97.65114.66132.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=37.55%
G=35.74%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104997400.050.290.595016.8534.9
Hex68634A051D3B321123
Octal150143112053573622143
Binary11010001100011100101001011110111101111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68634A; }

 p { color: rgb(104,99,74); }

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

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

 a { background-color: rgb(104,99,74); }

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

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

 span { border-color: rgb(104,99,74); }

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