Html Css Color HEX #86711D Yukon Gold

📋 copy color: '#86711D'

red 134 ◦ green 113 ◦ blue 29

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

Shades of Yukon Gold #86711D

Tints of Yukon Gold #86711D

RGB

 RED value IS 134 (52.73% from 255) = 48.55%

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 48.55%
G = 40.94%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86711D (or 0x86711D) is known color: Yukon Gold. HEX triplet: 86, 71 and 1D. RGB value is (134,113,29). Sum of RGB (Red+Green+Blue) = 134+113+29=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86711D is #798EE2. Grayscale: #6E6E6E. Windows color (decimal): -7966435 or 1929606. OLE color: 1929606.

HSL color Cylindrical-coordinate representation of color #86711D: hue angle of 48º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86711D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 29 -
CMYK 0 0.16 0.78 0.47
HSL 48º 0.64% 0.32% -
HSV(B) 48º 0.78% 0.53% -
XYZ 15.96 16.97 3.6 -
YUV 109.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 134 113 29 0 0.16 0.78 0.47 48 0.64 0.32
Hex 86 71 1D 0 10 4E 2F 30 40 20
Octal 206 161 35 0 20 116 57 60 100 40
Binary 10000110 1110001 11101 0 10000 1001110 101111 110000 1000000 100000

Color Harmonies of #86711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86711D

Black with #86711D

Text Example


Text Example

White with #86711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86711D; }

 p { color: rgb(134,113,29); }

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

background-color css

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

 a { background-color: rgb(134,113,29); }

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

border-color css

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

 span { border-color: rgb(134,113,29); }

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