Html Css Color HEX #886A20 Yukon Gold

📋 copy color: '#886A20'

red 136 ◦ green 106 ◦ blue 32

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

Shades of Yukon Gold #886A20

Tints of Yukon Gold #886A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 49.64%
G = 38.69%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#886A20 (or 0x886A20) is known color: Yukon Gold. HEX triplet: 88, 6A and 20. RGB value is (136,106,32). Sum of RGB (Red+Green+Blue) = 136+106+32=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #886A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A20 is #7795DF. Grayscale: #6A6A6A. Windows color (decimal): -7837152 or 2124424. OLE color: 2124424.

HSL color Cylindrical-coordinate representation of color #886A20: hue angle of 42.69º 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 #886A20 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 32 -
CMYK 0 0.22 0.76 0.47
HSL 42.69º 0.62% 0.33% -
HSV(B) 42.69º 0.76% 0.53% -
XYZ 15.57 15.65 3.57 -
YUV 106.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 136 106 32 0 0.22 0.76 0.47 42.69 0.62 0.33
Hex 88 6A 20 0 16 4C 2F 2B 3E 21
Octal 210 152 40 0 26 114 57 53 76 41
Binary 10001000 1101010 100000 0 10110 1001100 101111 101011 111110 100001

Color Harmonies of #886A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A20

Black with #886A20

Text Example


Text Example

White with #886A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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