Html Css Color HEX #86771D Yukon Gold

📋 copy color: '#86771D'

red 134 ◦ green 119 ◦ blue 29

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

Shades of Yukon Gold #86771D

Tints of Yukon Gold #86771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 47.52%
G = 42.2%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86771D (or 0x86771D) is known color: Yukon Gold. HEX triplet: 86, 77 and 1D. RGB value is (134,119,29). Sum of RGB (Red+Green+Blue) = 134+119+29=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86771D is #7988E2. Grayscale: #717171. Windows color (decimal): -7964899 or 1931142. OLE color: 1931142.

HSL color Cylindrical-coordinate representation of color #86771D: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86771D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 119 29 -
CMYK 0 0.11 0.78 0.47
HSL 51.43º 0.64% 0.32% -
HSV(B) 51.43º 0.78% 0.53% -
XYZ 16.65 18.35 3.83 -
YUV 113.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 134 119 29 0 0.11 0.78 0.47 51.43 0.64 0.32
Hex 86 77 1D 0 B 4E 2F 33 40 20
Octal 206 167 35 0 13 116 57 63 100 40
Binary 10000110 1110111 11101 0 1011 1001110 101111 110011 1000000 100000

Color Harmonies of #86771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86771D

Black with #86771D

Text Example


Text Example

White with #86771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86771D; }

 p { color: rgb(134,119,29); }

 H1.HeaderClassName
 {
   color: #86771D;
 }
 .AnyTagClassName
 {
   color: #86771D;
 }
</style>

background-color css

<style>
 a { background-color: #86771D; }

 a { background-color: rgb(134,119,29); }

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

border-color css

<style>
 span { border-color: #86771D; }

 span { border-color: rgb(134,119,29); }

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