Html Css Color HEX #86710C Yukon Gold

📋 copy color: '#86710C'

red 134 ◦ green 113 ◦ blue 12

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

Shades of Yukon Gold #86710C

Tints of Yukon Gold #86710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 51.74%
G = 43.63%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86710C (or 0x86710C) is known color: Yukon Gold. HEX triplet: 86, 71 and 0C. RGB value is (134,113,12). Sum of RGB (Red+Green+Blue) = 134+113+12=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86710C is #798EF3. Grayscale: #6C6C6C. Windows color (decimal): -7966452 or 815494. OLE color: 815494.

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

Color convert

RGB 134 113 12 -
CMYK 0 0.16 0.91 0.47
HSL 49.67º 0.84% 0.29% -
HSV(B) 49.67º 0.91% 0.53% -
XYZ 15.8 16.91 2.78 -
YUV 107.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 134 113 12 0 0.16 0.91 0.47 49.67 0.84 0.29
Hex 86 71 C 0 10 5B 2F 32 54 1D
Octal 206 161 14 0 20 133 57 62 124 35
Binary 10000110 1110001 1100 0 10000 1011011 101111 110010 1010100 11101

Color Harmonies of #86710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86710C

Black with #86710C

Text Example


Text Example

White with #86710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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