Html Css Color HEX #86710B Yukon Gold

📋 copy color: '#86710B'

red 134 ◦ green 113 ◦ blue 11

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

Shades of Yukon Gold #86710B

Tints of Yukon Gold #86710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 51.94%
G = 43.8%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#86710B (or 0x86710B) is known color: Yukon Gold. HEX triplet: 86, 71 and 0B. RGB value is (134,113,11). Sum of RGB (Red+Green+Blue) = 134+113+11=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86710B is #798EF4. Grayscale: #6C6C6C. Windows color (decimal): -7966453 or 749958. OLE color: 749958.

HSL color Cylindrical-coordinate representation of color #86710B: hue angle of 49.76º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86710B is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 11 -
CMYK 0 0.16 0.92 0.47
HSL 49.76º 0.85% 0.28% -
HSV(B) 49.76º 0.92% 0.53% -
XYZ 15.8 16.9 2.75 -
YUV 107.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 134 113 11 0 0.16 0.92 0.47 49.76 0.85 0.28
Hex 86 71 B 0 10 5C 2F 32 55 1C
Octal 206 161 13 0 20 134 57 62 125 34
Binary 10000110 1110001 1011 0 10000 1011100 101111 110010 1010101 11100

Color Harmonies of #86710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86710B

Black with #86710B

Text Example


Text Example

White with #86710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86710B; }

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

 H1.HeaderClassName
 {
   color: #86710B;
 }
 .AnyTagClassName
 {
   color: #86710B;
 }
</style>

background-color css

<style>
 a { background-color: #86710B; }

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

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

border-color css

<style>
 span { border-color: #86710B; }

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

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