#706621

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

Shades of Olivetone #706621

Tints of Olivetone #706621

Color information

#706621 (or 0x706621) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 21. RGB value is (112,102,33). Sum of RGB (Red+Green+Blue) = 112+102+33=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706621 is #8F99DE. Grayscale: #616161. Windows color (decimal): -9411039 or 2188912. OLE color: 2188912.

HSL color Cylindrical-coordinate representation of color #706621: hue angle of 52.41º 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 #706621 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB11210233-
CMYK00.090.710.56
HSL52.41º54.48%28.43%-
HSV(B)52.41º70.54%43.92%-
XYZ11.7113.063.34-
YUV97.1291.81138.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 33 (13.28% from 255) = 13.36%
R=45.34%
G=41.30%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023300.090.710.5652.4154.4828.43
Hex70662109473834361c
Octal1601464101110770646634
Binary1110000110011010000101001100011111100011010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706621; }

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

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

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

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

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

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

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

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