Html Css Color HEX #86701C Yukon Gold

📋 copy color: '#86701C'

red 134 ◦ green 112 ◦ blue 28

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

Shades of Yukon Gold #86701C

Tints of Yukon Gold #86701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 48.91%
G = 40.88%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86701C (or 0x86701C) is known color: Yukon Gold. HEX triplet: 86, 70 and 1C. RGB value is (134,112,28). Sum of RGB (Red+Green+Blue) = 134+112+28=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86701C is #798FE3. Grayscale: #6D6D6D. Windows color (decimal): -7966692 or 1863814. OLE color: 1863814.

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

Color convert

RGB 134 112 28 -
CMYK 0 0.16 0.79 0.47
HSL 47.55º 0.65% 0.32% -
HSV(B) 47.55º 0.79% 0.53% -
XYZ 15.84 16.74 3.5 -
YUV 109 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 134 112 28 0 0.16 0.79 0.47 47.55 0.65 0.32
Hex 86 70 1C 0 10 4F 2F 30 41 20
Octal 206 160 34 0 20 117 57 60 101 40
Binary 10000110 1110000 11100 0 10000 1001111 101111 110000 1000001 100000

Color Harmonies of #86701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86701C

Black with #86701C

Text Example


Text Example

White with #86701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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