#886825

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

Shades of Yukon Gold #886825

Tints of Yukon Gold #886825

Color information

#886825 (or 0x886825) is unknown color: approx Yukon Gold. HEX triplet: 88, 68 and 25. RGB value is (136,104,37). Sum of RGB (Red+Green+Blue) = 136+104+37=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #886825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886825 is #7797DA. Grayscale: #6A6A6A. Windows color (decimal): -7837659 or 2451592. OLE color: 2451592.

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

Color convert

RGB13610437-
CMYK00.240.730.47
HSL40.61º57.23%33.92%-
HSV(B)40.61º72.79%53.33%-
XYZ15.4415.273.88-
YUV105.9389.1149.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=49.10%
G=37.55%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361043700.240.730.4740.6157.2333.92
Hex886825018492F293922
Octal2101504503011157517142
Binary1000100011010001001010110001001001101111101001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886825; }

 p { color: rgb(136,104,37); }

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

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

 a { background-color: rgb(136,104,37); }

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

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

 span { border-color: rgb(136,104,37); }

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