#886310

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

Shades of Golden Brown #886310

Tints of Golden Brown #886310

Color information

#886310 (or 0x886310) is unknown color: approx Golden Brown. HEX triplet: 88, 63 and 10. RGB value is (136,99,16). Sum of RGB (Red+Green+Blue) = 136+99+16=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #886310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886310 is #779CEF. Grayscale: #646464. Windows color (decimal): -7838960 or 1074056. OLE color: 1074056.

HSL color Cylindrical-coordinate representation of color #886310: hue angle of 41.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #886310 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1369916-
CMYK00.270.880.47
HSL41.5º78.95%29.8%-
HSV(B)41.5º88.24%53.33%-
XYZ14.7114.22.45-
YUV100.680.26153.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 16 (6.64% from 255) = 6.37%
R=54.18%
G=39.44%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136991600.270.880.4741.578.9529.8
Hex88631001B582F2a4f1e
Octal21014320033130575211736
Binary100010001100011100000110111011000101111101010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886310; }

 p { color: rgb(136,99,16); }

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

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

 a { background-color: rgb(136,99,16); }

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

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

 span { border-color: rgb(136,99,16); }

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