Html Css Color HEX #86700F Yukon Gold

📋 copy color: '#86700F'

red 134 ◦ green 112 ◦ blue 15

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

Shades of Yukon Gold #86700F

Tints of Yukon Gold #86700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 51.34%
G = 42.91%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86700F (or 0x86700F) is known color: Yukon Gold. HEX triplet: 86, 70 and 0F. RGB value is (134,112,15). Sum of RGB (Red+Green+Blue) = 134+112+15=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86700F is #798FF0. Grayscale: #6B6B6B. Windows color (decimal): -7966705 or 1011846. OLE color: 1011846.

HSL color Cylindrical-coordinate representation of color #86700F: hue angle of 48.91º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86700F is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 15 -
CMYK 0 0.16 0.89 0.47
HSL 48.91º 0.8% 0.29% -
HSV(B) 48.91º 0.89% 0.53% -
XYZ 15.71 16.69 2.85 -
YUV 107.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 134 112 15 0 0.16 0.89 0.47 48.91 0.8 0.29
Hex 86 70 F 0 10 59 2F 31 50 1D
Octal 206 160 17 0 20 131 57 61 120 35
Binary 10000110 1110000 1111 0 10000 1011001 101111 110001 1010000 11101

Color Harmonies of #86700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86700F

Black with #86700F

Text Example


Text Example

White with #86700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,112,15); }

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

background-color css

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

 a { background-color: rgb(134,112,15); }

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

border-color css

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

 span { border-color: rgb(134,112,15); }

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