#836600

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

Shades of Olive #836600

Tints of Olive #836600

Color information

#836600 (or 0x836600) is unknown color: approx Olive. HEX triplet: 83, 66 and 00. RGB value is (131,102,0). Sum of RGB (Red+Green+Blue) = 131+102+0=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #836600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836600 is #7C99FF. Grayscale: #636363. Windows color (decimal): -8165888 or 26243. OLE color: 26243.

HSL color Cylindrical-coordinate representation of color #836600: hue angle of 46.72º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #836600 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1311020-
CMYK00.2210.49
HSL46.72º100%25.69%-
HSV(B)46.72º100%51.37%-
XYZ14.1114.332.02-
YUV99.0472.11150.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.22%
G=43.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131102000.2210.4946.7210025.69
Hex8366001664312f641a
Octal2031460026144615714432
Binary10000011110011000101101100100110001101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836600; }

 p { color: rgb(131,102,0); }

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

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

 a { background-color: rgb(131,102,0); }

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

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

 span { border-color: rgb(131,102,0); }

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