#68664B

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

Shades of Hemlock #68664B

Tints of Hemlock #68664B

Color information

#68664B (or 0x68664B) is unknown color: approx Hemlock. HEX triplet: 68, 66 and 4B. RGB value is (104,102,75). Sum of RGB (Red+Green+Blue) = 104+102+75=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68664B is #9799B4. Grayscale: #636363. Windows color (decimal): -9935285 or 4941416. OLE color: 4941416.

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

Color convert

RGB10410275-
CMYK00.020.280.59
HSL55.86º16.2%35.1%-
HSV(B)55.86º27.88%40.78%-
XYZ11.7312.958.54-
YUV99.52114.16131.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=37.01%
G=36.30%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041027500.020.280.5955.8616.235.1
Hex68664B021C3B381023
Octal150146113023473702043
Binary1101000110011010010110101110011101111100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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