Html Css Color HEX #866A16 Yukon Gold

📋 copy color: '#866A16'

red 134 ◦ green 106 ◦ blue 22

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

Shades of Yukon Gold #866A16

Tints of Yukon Gold #866A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.46%

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 51.15%
G = 40.46%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#866A16 (or 0x866A16) is known color: Yukon Gold. HEX triplet: 86, 6A and 16. RGB value is (134,106,22). Sum of RGB (Red+Green+Blue) = 134+106+22=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #866A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866A16 is #7995E9. Grayscale: #696969. Windows color (decimal): -7968234 or 1469062. OLE color: 1469062.

HSL color Cylindrical-coordinate representation of color #866A16: hue angle of 45º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #866A16 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 22 -
CMYK 0 0.21 0.84 0.47
HSL 45º 0.72% 0.31% -
HSV(B) 45º 0.84% 0.53% -
XYZ 15.13 15.43 2.94 -
YUV 104.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 134 106 22 0 0.21 0.84 0.47 45 0.72 0.31
Hex 86 6A 16 0 15 54 2F 2D 48 1F
Octal 206 152 26 0 25 124 57 55 110 37
Binary 10000110 1101010 10110 0 10101 1010100 101111 101101 1001000 11111

Color Harmonies of #866A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A16

Black with #866A16

Text Example


Text Example

White with #866A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866A16; }

 p { color: rgb(134,106,22); }

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

background-color css

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

 a { background-color: rgb(134,106,22); }

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

border-color css

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

 span { border-color: rgb(134,106,22); }

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