Html Css Color HEX #86751F Yukon Gold

📋 copy color: '#86751F'

red 134 ◦ green 117 ◦ blue 31

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

Shades of Yukon Gold #86751F

Tints of Yukon Gold #86751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

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

R = 47.52%
G = 41.49%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86751F (or 0x86751F) is known color: Yukon Gold. HEX triplet: 86, 75 and 1F. RGB value is (134,117,31). Sum of RGB (Red+Green+Blue) = 134+117+31=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86751F is #798AE0. Grayscale: #707070. Windows color (decimal): -7965409 or 2061702. OLE color: 2061702.

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

Color convert

RGB 134 117 31 -
CMYK 0 0.13 0.77 0.47
HSL 50.1º 0.62% 0.32% -
HSV(B) 50.1º 0.77% 0.53% -
XYZ 16.44 17.89 3.88 -
YUV 112.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 134 117 31 0 0.13 0.77 0.47 50.1 0.62 0.32
Hex 86 75 1F 0 D 4D 2F 32 3E 20
Octal 206 165 37 0 15 115 57 62 76 40
Binary 10000110 1110101 11111 0 1101 1001101 101111 110010 111110 100000

Color Harmonies of #86751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86751F

Black with #86751F

Text Example


Text Example

White with #86751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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