Html Css Color HEX #886820 Yukon Gold

📋 copy color: '#886820'

red 136 ◦ green 104 ◦ blue 32

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

Shades of Yukon Gold #886820

Tints of Yukon Gold #886820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 50%
G = 38.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#886820 (or 0x886820) is known color: Yukon Gold. HEX triplet: 88, 68 and 20. RGB value is (136,104,32). Sum of RGB (Red+Green+Blue) = 136+104+32=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #886820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886820 is #7797DF. Grayscale: #696969. Windows color (decimal): -7837664 or 2123912. OLE color: 2123912.

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

Color convert

RGB 136 104 32 -
CMYK 0 0.24 0.76 0.47
HSL 41.54º 0.62% 0.33% -
HSV(B) 41.54º 0.76% 0.53% -
XYZ 15.36 15.24 3.5 -
YUV 105.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 136 104 32 0 0.24 0.76 0.47 41.54 0.62 0.33
Hex 88 68 20 0 18 4C 2F 2A 3E 21
Octal 210 150 40 0 30 114 57 52 76 41
Binary 10001000 1101000 100000 0 11000 1001100 101111 101010 111110 100001

Color Harmonies of #886820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886820

Black with #886820

Text Example


Text Example

White with #886820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886820; }

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

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

background-color css

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

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

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

border-color css

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

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

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