Html Css Color HEX #86731F Yukon Gold

📋 copy color: '#86731F'

red 134 ◦ green 115 ◦ blue 31

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

Shades of Yukon Gold #86731F

Tints of Yukon Gold #86731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

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

R = 47.86%
G = 41.07%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86731F (or 0x86731F) is known color: Yukon Gold. HEX triplet: 86, 73 and 1F. RGB value is (134,115,31). Sum of RGB (Red+Green+Blue) = 134+115+31=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86731F is #798CE0. Grayscale: #6F6F6F. Windows color (decimal): -7965921 or 2061190. OLE color: 2061190.

HSL color Cylindrical-coordinate representation of color #86731F: hue angle of 48.93º 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 #86731F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 31 -
CMYK 0 0.14 0.77 0.47
HSL 48.93º 0.62% 0.32% -
HSV(B) 48.93º 0.77% 0.53% -
XYZ 16.21 17.43 3.81 -
YUV 111.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 134 115 31 0 0.14 0.77 0.47 48.93 0.62 0.32
Hex 86 73 1F 0 E 4D 2F 31 3E 20
Octal 206 163 37 0 16 115 57 61 76 40
Binary 10000110 1110011 11111 0 1110 1001101 101111 110001 111110 100000

Color Harmonies of #86731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86731F

Black with #86731F

Text Example


Text Example

White with #86731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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