#706B21

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

Shades of Olivetone #706B21

Tints of Olivetone #706B21

Color information

#706B21 (or 0x706B21) is unknown color: approx Olivetone. HEX triplet: 70, 6B and 21. RGB value is (112,107,33). Sum of RGB (Red+Green+Blue) = 112+107+33=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B21 is #8F94DE. Grayscale: #646464. Windows color (decimal): -9409759 or 2190192. OLE color: 2190192.

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

Color convert

RGB11210733-
CMYK00.040.710.56
HSL56.2º54.48%28.43%-
HSV(B)56.2º70.54%43.92%-
XYZ12.2114.073.51-
YUV100.0690.16136.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=44.44%
G=42.46%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121073300.040.710.5656.254.4828.43
Hex706B2104473838361c
Octal160153410410770706634
Binary111000011010111000010100100011111100011100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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