Html Css Color HEX #86721F Yukon Gold

📋 copy color: '#86721F'

red 134 ◦ green 114 ◦ blue 31

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

Shades of Yukon Gold #86721F

Tints of Yukon Gold #86721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 48.03%
G = 40.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86721F (or 0x86721F) is known color: Yukon Gold. HEX triplet: 86, 72 and 1F. RGB value is (134,114,31). Sum of RGB (Red+Green+Blue) = 134+114+31=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86721F is #798DE0. Grayscale: #6E6E6E. Windows color (decimal): -7966177 or 2060934. OLE color: 2060934.

HSL color Cylindrical-coordinate representation of color #86721F: hue angle of 48.35º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86721F is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 31 -
CMYK 0 0.15 0.77 0.47
HSL 48.35º 0.62% 0.32% -
HSV(B) 48.35º 0.77% 0.53% -
XYZ 16.1 17.2 3.77 -
YUV 110.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 134 114 31 0 0.15 0.77 0.47 48.35 0.62 0.32
Hex 86 72 1F 0 F 4D 2F 30 3E 20
Octal 206 162 37 0 17 115 57 60 76 40
Binary 10000110 1110010 11111 0 1111 1001101 101111 110000 111110 100000

Color Harmonies of #86721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86721F

Black with #86721F

Text Example


Text Example

White with #86721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86721F; }

 p { color: rgb(134,114,31); }

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

background-color css

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

 a { background-color: rgb(134,114,31); }

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

border-color css

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

 span { border-color: rgb(134,114,31); }

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