Html Css Color HEX #867211 Yukon Gold

📋 copy color: '#867211'

red 134 ◦ green 114 ◦ blue 17

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

Shades of Yukon Gold #867211

Tints of Yukon Gold #867211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 50.57%
G = 43.02%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#867211 (or 0x867211) is known color: Yukon Gold. HEX triplet: 86, 72 and 11. RGB value is (134,114,17). Sum of RGB (Red+Green+Blue) = 134+114+17=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #867211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867211 is #798DEE. Grayscale: #6D6D6D. Windows color (decimal): -7966191 or 1143430. OLE color: 1143430.

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

Color convert

RGB 134 114 17 -
CMYK 0 0.15 0.87 0.47
HSL 49.74º 0.77% 0.3% -
HSV(B) 49.74º 0.87% 0.53% -
XYZ 15.95 17.14 3 -
YUV 108.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 134 114 17 0 0.15 0.87 0.47 49.74 0.77 0.3
Hex 86 72 11 0 F 57 2F 32 4D 1E
Octal 206 162 21 0 17 127 57 62 115 36
Binary 10000110 1110010 10001 0 1111 1010111 101111 110010 1001101 11110

Color Harmonies of #867211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867211

Black with #867211

Text Example


Text Example

White with #867211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867211; }

 p { color: rgb(134,114,17); }

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

background-color css

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

 a { background-color: rgb(134,114,17); }

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

border-color css

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

 span { border-color: rgb(134,114,17); }

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