Html Css Color HEX #866110 Yukon Gold

📋 copy color: '#866110'

red 134 ◦ green 97 ◦ blue 16

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

Shades of Yukon Gold #866110

Tints of Yukon Gold #866110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 54.25%
G = 39.27%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#866110 (or 0x866110) is known color: Yukon Gold. HEX triplet: 86, 61 and 10. RGB value is (134,97,16). Sum of RGB (Red+Green+Blue) = 134+97+16=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #866110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866110 is #799EEF. Grayscale: #636363. Windows color (decimal): -7970544 or 1073542. OLE color: 1073542.

HSL color Cylindrical-coordinate representation of color #866110: hue angle of 41.19º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #866110 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 16 -
CMYK 0 0.28 0.88 0.47
HSL 41.19º 0.79% 0.29% -
HSV(B) 41.19º 0.88% 0.53% -
XYZ 14.2 13.66 2.38 -
YUV 98.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 134 97 16 0 0.28 0.88 0.47 41.19 0.79 0.29
Hex 86 61 10 0 1C 58 2F 29 4F 1D
Octal 206 141 20 0 34 130 57 51 117 35
Binary 10000110 1100001 10000 0 11100 1011000 101111 101001 1001111 11101

Color Harmonies of #866110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866110

Black with #866110

Text Example


Text Example

White with #866110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866110; }

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

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

background-color css

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

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

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

border-color css

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

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

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