Html Css Color HEX #866116 Yukon Gold

📋 copy color: '#866116'

red 134 ◦ green 97 ◦ blue 22

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

Shades of Yukon Gold #866116

Tints of Yukon Gold #866116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

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

R = 52.96%
G = 38.34%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#866116 (or 0x866116) is known color: Yukon Gold. HEX triplet: 86, 61 and 16. RGB value is (134,97,22). Sum of RGB (Red+Green+Blue) = 134+97+22=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #866116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866116 is #799EE9. Grayscale: #636363. Windows color (decimal): -7970538 or 1466758. OLE color: 1466758.

HSL color Cylindrical-coordinate representation of color #866116: hue angle of 40.18º 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 #866116 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 22 -
CMYK 0 0.28 0.84 0.47
HSL 40.18º 0.72% 0.31% -
HSV(B) 40.18º 0.84% 0.53% -
XYZ 14.25 13.68 2.65 -
YUV 99.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 134 97 22 0 0.28 0.84 0.47 40.18 0.72 0.31
Hex 86 61 16 0 1C 54 2F 28 48 1F
Octal 206 141 26 0 34 124 57 50 110 37
Binary 10000110 1100001 10110 0 11100 1010100 101111 101000 1001000 11111

Color Harmonies of #866116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866116

Black with #866116

Text Example


Text Example

White with #866116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866116; }

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

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

background-color css

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

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

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

border-color css

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

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

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