Html Css Color HEX #886D20 Yukon Gold

📋 copy color: '#886D20'

red 136 ◦ green 109 ◦ blue 32

#886D20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #886D20

Tints of Yukon Gold #886D20

RGB

 RED value IS 136 (53.52% from 255) = 49.1%

 GREEN value IS 109 (42.97% from 255) = 39.35%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 49.1%
G = 39.35%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#886D20 (or 0x886D20) is known color: Yukon Gold. HEX triplet: 88, 6D and 20. RGB value is (136,109,32). Sum of RGB (Red+Green+Blue) = 136+109+32=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #886D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D20 is #7792DF. Grayscale: #6C6C6C. Windows color (decimal): -7836384 or 2125192. OLE color: 2125192.

HSL color Cylindrical-coordinate representation of color #886D20: hue angle of 44.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #886D20 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 109 32 -
CMYK 0 0.20 0.76 0.47
HSL 44.42º 0.62% 0.33% -
HSV(B) 44.42º 0.76% 0.53% -
XYZ 15.88 16.28 3.67 -
YUV 108.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 136 109 32 0 0.20 0.76 0.47 44.42 0.62 0.33
Hex 88 6D 20 0 14 4C 2F 2C 3E 21
Octal 210 155 40 0 24 114 57 54 76 41
Binary 10001000 1101101 100000 0 10100 1001100 101111 101100 111110 100001

Color Harmonies of #886D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D20

Black with #886D20

Text Example


Text Example

White with #886D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886D20; }

 p { color: rgb(136,109,32); }

 H1.HeaderClassName
 {
   color: #886D20;
 }
 .AnyTagClassName
 {
   color: #886D20;
 }
</style>

background-color css

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

 a { background-color: rgb(136,109,32); }

 div.DivClassName
 {
   background-color: #886D20;
 }
 .BgClassName
 {
   background-color: #886D20;
 }
</style>

border-color css

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

 span { border-color: rgb(136,109,32); }

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