Html Css Color HEX #866113 Yukon Gold

📋 copy color: '#866113'

red 134 ◦ green 97 ◦ blue 19

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

Shades of Yukon Gold #866113

Tints of Yukon Gold #866113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 53.6%
G = 38.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#866113 (or 0x866113) is known color: Yukon Gold. HEX triplet: 86, 61 and 13. RGB value is (134,97,19). Sum of RGB (Red+Green+Blue) = 134+97+19=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #866113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866113 is #799EEC. Grayscale: #636363. Windows color (decimal): -7970541 or 1270150. OLE color: 1270150.

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

Color convert

RGB 134 97 19 -
CMYK 0 0.28 0.86 0.47
HSL 40.7º 0.75% 0.3% -
HSV(B) 40.7º 0.86% 0.53% -
XYZ 14.22 13.66 2.5 -
YUV 99.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 134 97 19 0 0.28 0.86 0.47 40.7 0.75 0.3
Hex 86 61 13 0 1C 56 2F 29 4B 1E
Octal 206 141 23 0 34 126 57 51 113 36
Binary 10000110 1100001 10011 0 11100 1010110 101111 101001 1001011 11110

Color Harmonies of #866113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866113

Black with #866113

Text Example


Text Example

White with #866113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866113; }

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

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

background-color css

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

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

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

border-color css

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

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

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