#706B3B

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

Shades of Verdigris #706B3B

Tints of Verdigris #706B3B

Color information

#706B3B (or 0x706B3B) is unknown color: approx Verdigris. HEX triplet: 70, 6B and 3B. RGB value is (112,107,59). Sum of RGB (Red+Green+Blue) = 112+107+59=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #706B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B3B is #8F94C4. Grayscale: #676767. Windows color (decimal): -9409733 or 3894128. OLE color: 3894128.

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

Color convert

RGB11210759-
CMYK00.040.470.56
HSL54.34º30.99%33.53%-
HSV(B)54.34º47.32%43.92%-
XYZ12.7314.286.22-
YUV103.02103.16134.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=40.29%
G=38.49%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121075900.040.470.5654.3430.9933.53
Hex706B3B042F38361f22
Octal16015373045770663742
Binary11100001101011111011010010111111100011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,59); }

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

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

 a { background-color: rgb(112,107,59); }

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

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

 span { border-color: rgb(112,107,59); }

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