#68684B

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

Shades of Hemlock #68684B

Tints of Hemlock #68684B

Color information

#68684B (or 0x68684B) is unknown color: approx Hemlock. HEX triplet: 68, 68 and 4B. RGB value is (104,104,75). Sum of RGB (Red+Green+Blue) = 104+104+75=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68684B is #9797B4. Grayscale: #646464. Windows color (decimal): -9934773 or 4941928. OLE color: 4941928.

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

Color convert

RGB10410475-
CMYK000.280.59
HSL60º16.2%35.1%-
HSV(B)60º27.88%40.78%-
XYZ11.9313.358.61-
YUV100.69113.5130.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=36.75%
G=36.75%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410475000.280.596016.235.1
Hex68684B001C3B3c1023
Octal150150113003473742043
Binary110100011010001001011001110011101111110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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