Html Css Color HEX #86751E Yukon Gold

📋 copy color: '#86751E'

red 134 ◦ green 117 ◦ blue 30

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

Shades of Yukon Gold #86751E

Tints of Yukon Gold #86751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 47.69%
G = 41.64%
B = 10.68%

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

#86751E (or 0x86751E) is known color: Yukon Gold. HEX triplet: 86, 75 and 1E. RGB value is (134,117,30). Sum of RGB (Red+Green+Blue) = 134+117+30=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86751E is #798AE1. Grayscale: #707070. Windows color (decimal): -7965410 or 1996166. OLE color: 1996166.

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

Color convert

RGB 134 117 30 -
CMYK 0 0.13 0.78 0.47
HSL 50.19º 0.63% 0.32% -
HSV(B) 50.19º 0.78% 0.53% -
XYZ 16.43 17.88 3.81 -
YUV 112.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 134 117 30 0 0.13 0.78 0.47 50.19 0.63 0.32
Hex 86 75 1E 0 D 4E 2F 32 3F 20
Octal 206 165 36 0 15 116 57 62 77 40
Binary 10000110 1110101 11110 0 1101 1001110 101111 110010 111111 100000

Color Harmonies of #86751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86751E

Black with #86751E

Text Example


Text Example

White with #86751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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