#866600

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

Shades of Golden Brown #866600

Tints of Golden Brown #866600

Color information

#866600 (or 0x866600) is unknown color: approx Golden Brown. HEX triplet: 86, 66 and 00. RGB value is (134,102,0). Sum of RGB (Red+Green+Blue) = 134+102+0=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #866600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866600 is #7999FF. Grayscale: #646464. Windows color (decimal): -7969280 or 26246. OLE color: 26246.

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

Color convert

RGB1341020-
CMYK00.2410.47
HSL45.67º100%26.27%-
HSV(B)45.67º100%52.55%-
XYZ14.5814.572.04-
YUV99.9471.6152.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.78%
G=43.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134102000.2410.4745.6710026.27
Hex86660018642F2e641a
Octal2061460030144575614432
Binary10000110110011000110001100100101111101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866600; }

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

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

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

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

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

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

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

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