Html Css Color HEX #866016 Yukon Gold

📋 copy color: '#866016'

red 134 ◦ green 96 ◦ blue 22

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

Shades of Yukon Gold #866016

Tints of Yukon Gold #866016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

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

R = 53.17%
G = 38.1%
B = 8.73%

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

#866016 (or 0x866016) is known color: Yukon Gold. HEX triplet: 86, 60 and 16. RGB value is (134,96,22). Sum of RGB (Red+Green+Blue) = 134+96+22=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #866016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866016 is #799FE9. Grayscale: #636363. Windows color (decimal): -7970794 or 1466502. OLE color: 1466502.

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

Color convert

RGB 134 96 22 -
CMYK 0 0.28 0.84 0.47
HSL 39.64º 0.72% 0.31% -
HSV(B) 39.64º 0.84% 0.53% -
XYZ 14.16 13.49 2.62 -
YUV 98.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 134 96 22 0 0.28 0.84 0.47 39.64 0.72 0.31
Hex 86 60 16 0 1C 54 2F 28 48 1F
Octal 206 140 26 0 34 124 57 50 110 37
Binary 10000110 1100000 10110 0 11100 1010100 101111 101000 1001000 11111

Color Harmonies of #866016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866016

Black with #866016

Text Example


Text Example

White with #866016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866016; }

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

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

background-color css

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

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

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

border-color css

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

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

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