Html Css Color HEX #86751A Yukon Gold

📋 copy color: '#86751A'

red 134 ◦ green 117 ◦ blue 26

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

Shades of Yukon Gold #86751A

Tints of Yukon Gold #86751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 48.38%
G = 42.24%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86751A (or 0x86751A) is known color: Yukon Gold. HEX triplet: 86, 75 and 1A. RGB value is (134,117,26). Sum of RGB (Red+Green+Blue) = 134+117+26=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86751A is #798AE5. Grayscale: #707070. Windows color (decimal): -7965414 or 1734022. OLE color: 1734022.

HSL color Cylindrical-coordinate representation of color #86751A: hue angle of 50.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86751A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 26 -
CMYK 0 0.13 0.81 0.47
HSL 50.56º 0.68% 0.31% -
HSV(B) 50.56º 0.81% 0.53% -
XYZ 16.38 17.87 3.56 -
YUV 111.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 134 117 26 0 0.13 0.81 0.47 50.56 0.68 0.31
Hex 86 75 1A 0 D 51 2F 33 44 1F
Octal 206 165 32 0 15 121 57 63 104 37
Binary 10000110 1110101 11010 0 1101 1010001 101111 110011 1000100 11111

Color Harmonies of #86751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86751A

Black with #86751A

Text Example


Text Example

White with #86751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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