Html Css Color HEX #866812 Yukon Gold

📋 copy color: '#866812'

red 134 ◦ green 104 ◦ blue 18

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

Shades of Yukon Gold #866812

Tints of Yukon Gold #866812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 52.34%
G = 40.63%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#866812 (or 0x866812) is known color: Yukon Gold. HEX triplet: 86, 68 and 12. RGB value is (134,104,18). Sum of RGB (Red+Green+Blue) = 134+104+18=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #866812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866812 is #7997ED. Grayscale: #676767. Windows color (decimal): -7968750 or 1206406. OLE color: 1206406.

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

Color convert

RGB 134 104 18 -
CMYK 0 0.22 0.87 0.47
HSL 44.48º 0.76% 0.3% -
HSV(B) 44.48º 0.87% 0.53% -
XYZ 14.89 15.01 2.69 -
YUV 103.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 134 104 18 0 0.22 0.87 0.47 44.48 0.76 0.3
Hex 86 68 12 0 16 57 2F 2C 4C 1E
Octal 206 150 22 0 26 127 57 54 114 36
Binary 10000110 1101000 10010 0 10110 1010111 101111 101100 1001100 11110

Color Harmonies of #866812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866812

Black with #866812

Text Example


Text Example

White with #866812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866812; }

 p { color: rgb(134,104,18); }

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

background-color css

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

 a { background-color: rgb(134,104,18); }

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

border-color css

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

 span { border-color: rgb(134,104,18); }

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