Html Css Color HEX #867414 Yukon Gold

📋 copy color: '#867414'

red 134 ◦ green 116 ◦ blue 20

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

Shades of Yukon Gold #867414

Tints of Yukon Gold #867414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 49.63%
G = 42.96%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#867414 (or 0x867414) is known color: Yukon Gold. HEX triplet: 86, 74 and 14. RGB value is (134,116,20). Sum of RGB (Red+Green+Blue) = 134+116+20=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #867414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867414 is #798BEB. Grayscale: #6E6E6E. Windows color (decimal): -7965676 or 1340550. OLE color: 1340550.

HSL color Cylindrical-coordinate representation of color #867414: hue angle of 50.53º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #867414 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 20 -
CMYK 0 0.13 0.85 0.47
HSL 50.53º 0.74% 0.3% -
HSV(B) 50.53º 0.85% 0.53% -
XYZ 16.2 17.61 3.21 -
YUV 110.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 134 116 20 0 0.13 0.85 0.47 50.53 0.74 0.3
Hex 86 74 14 0 D 55 2F 33 4A 1E
Octal 206 164 24 0 15 125 57 63 112 36
Binary 10000110 1110100 10100 0 1101 1010101 101111 110011 1001010 11110

Color Harmonies of #867414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867414

Black with #867414

Text Example


Text Example

White with #867414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867414; }

 p { color: rgb(134,116,20); }

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

background-color css

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

 a { background-color: rgb(134,116,20); }

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

border-color css

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

 span { border-color: rgb(134,116,20); }

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