#886701

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

Shades of Golden Brown #886701

Tints of Golden Brown #886701

Color information

#886701 (or 0x886701) is unknown color: approx Golden Brown. HEX triplet: 88, 67 and 01. RGB value is (136,103,1). Sum of RGB (Red+Green+Blue) = 136+103+1=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #886701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886701 is #7798FE. Grayscale: #656565. Windows color (decimal): -7837951 or 92040. OLE color: 92040.

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

Color convert

RGB1361031-
CMYK00.240.990.47
HSL45.33º98.54%26.86%-
HSV(B)45.33º99.26%53.33%-
XYZ15.0114.942.12-
YUV101.2471.43152.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=56.67%
G=42.92%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136103100.240.990.4745.3398.5426.86
Hex88671018632F2d631b
Octal2101471030143575514333
Binary10001000110011110110001100011101111101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886701; }

 p { color: rgb(136,103,1); }

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

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

 a { background-color: rgb(136,103,1); }

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

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

 span { border-color: rgb(136,103,1); }

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