#706C4B

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

Shades of Hemlock #706C4B

Tints of Hemlock #706C4B

Color information

#706C4B (or 0x706C4B) is unknown color: approx Hemlock. HEX triplet: 70, 6C and 4B. RGB value is (112,108,75). Sum of RGB (Red+Green+Blue) = 112+108+75=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C4B is #8F93B4. Grayscale: #696969. Windows color (decimal): -9409461 or 4942960. OLE color: 4942960.

HSL color Cylindrical-coordinate representation of color #706C4B: hue angle of 53.51º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706C4B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB11210875-
CMYK00.040.330.56
HSL53.51º19.79%36.67%-
HSV(B)53.51º33.04%43.92%-
XYZ13.3114.688.79-
YUV105.43110.83132.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=37.97%
G=36.61%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121087500.040.330.5653.5119.7936.67
Hex706C4B042138361425
Octal160154113044170662445
Binary111000011011001001011010010000111100011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706C4B; }

 p { color: rgb(112,108,75); }

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

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

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

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

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

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

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