Html Css Color HEX #86751D Yukon Gold

📋 copy color: '#86751D'

red 134 ◦ green 117 ◦ blue 29

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

Shades of Yukon Gold #86751D

Tints of Yukon Gold #86751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 47.86%
G = 41.79%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86751D (or 0x86751D) is known color: Yukon Gold. HEX triplet: 86, 75 and 1D. RGB value is (134,117,29). Sum of RGB (Red+Green+Blue) = 134+117+29=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86751D is #798AE2. Grayscale: #707070. Windows color (decimal): -7965411 or 1930630. OLE color: 1930630.

HSL color Cylindrical-coordinate representation of color #86751D: hue angle of 50.29º 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 #86751D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 29 -
CMYK 0 0.13 0.78 0.47
HSL 50.29º 0.64% 0.32% -
HSV(B) 50.29º 0.78% 0.53% -
XYZ 16.41 17.88 3.75 -
YUV 112.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 134 117 29 0 0.13 0.78 0.47 50.29 0.64 0.32
Hex 86 75 1D 0 D 4E 2F 32 40 20
Octal 206 165 35 0 15 116 57 62 100 40
Binary 10000110 1110101 11101 0 1101 1001110 101111 110010 1000000 100000

Color Harmonies of #86751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86751D

Black with #86751D

Text Example


Text Example

White with #86751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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