#837206

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

Shades of Olive #837206

Tints of Olive #837206

Color information

#837206 (or 0x837206) is unknown color: approx Olive. HEX triplet: 83, 72 and 06. RGB value is (131,114,6). Sum of RGB (Red+Green+Blue) = 131+114+6=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #837206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837206 is #7C8DF9. Grayscale: #6B6B6B. Windows color (decimal): -8162810 or 422531. OLE color: 422531.

HSL color Cylindrical-coordinate representation of color #837206: hue angle of 51.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #837206 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1311146-
CMYK00.130.950.49
HSL51.84º91.24%26.86%-
HSV(B)51.84º95.42%51.37%-
XYZ15.4116.872.62-
YUV106.7771.13145.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=52.19%
G=45.42%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131114600.130.950.4951.8491.2426.86
Hex837260D5F31345b1b
Octal2031626015137616413333
Binary100000111110010110011011011111110001110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837206; }

 p { color: rgb(131,114,6); }

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

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

 a { background-color: rgb(131,114,6); }

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

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

 span { border-color: rgb(131,114,6); }

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