Html Css Color HEX #706D4B Hemlock

📋 copy color: '#706D4B'

red 112 ◦ green 109 ◦ blue 75

#706D4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #706D4B

Tints of Hemlock #706D4B

RGB

 RED value IS 112 (44.14% from 255) = 37.84%

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 37.84%
G = 36.82%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#706D4B (or 0x706D4B) is known color: Hemlock. HEX triplet: 70, 6D and 4B. RGB value is (112,109,75). Sum of RGB (Red+Green+Blue) = 112+109+75=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D4B is #8F92B4. Grayscale: #6A6A6A. Windows color (decimal): -9409205 or 4943216. OLE color: 4943216.

HSL color Cylindrical-coordinate representation of color #706D4B: hue angle of 55.14º 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 #706D4B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 75 -
CMYK 0 0.03 0.33 0.56
HSL 55.14º 0.2% 0.37% -
HSV(B) 55.14º 0.33% 0.44% -
XYZ 13.42 14.89 8.82 -
YUV 106.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 112 109 75 0 0.03 0.33 0.56 55.14 0.2 0.37
Hex 70 6D 4B 0 3 21 38 37 14 25
Octal 160 155 113 0 3 41 70 67 24 45
Binary 1110000 1101101 1001011 0 11 100001 111000 110111 10100 100101

Color Harmonies of #706D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D4B

Black with #706D4B

Text Example


Text Example

White with #706D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #706D4B;
 }
 .AnyTagClassName
 {
   color: #706D4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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