#886705

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

Shades of Golden Brown #886705

Tints of Golden Brown #886705

Color information

#886705 (or 0x886705) is unknown color: approx Golden Brown. HEX triplet: 88, 67 and 05. RGB value is (136,103,5). Sum of RGB (Red+Green+Blue) = 136+103+5=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886705 is #7798FA. Grayscale: #666666. Windows color (decimal): -7837947 or 354184. OLE color: 354184.

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

Color convert

RGB1361035-
CMYK00.240.960.47
HSL44.89º92.91%27.65%-
HSV(B)44.89º96.32%53.33%-
XYZ15.0314.952.24-
YUV101.773.43152.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=55.74%
G=42.21%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136103500.240.960.4744.8992.9127.65
Hex88675018602F2d5d1c
Octal2101475030140575513534
Binary1000100011001111010110001100000101111101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886705; }

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

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

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

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

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

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

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

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