Html Css Color HEX #866915 Yukon Gold

📋 copy color: '#866915'

red 134 ◦ green 105 ◦ blue 21

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

Shades of Yukon Gold #866915

Tints of Yukon Gold #866915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 51.54%
G = 40.38%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#866915 (or 0x866915) is known color: Yukon Gold. HEX triplet: 86, 69 and 15. RGB value is (134,105,21). Sum of RGB (Red+Green+Blue) = 134+105+21=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #866915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866915 is #7996EA. Grayscale: #686868. Windows color (decimal): -7968491 or 1403270. OLE color: 1403270.

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

Color convert

RGB 134 105 21 -
CMYK 0 0.22 0.84 0.47
HSL 44.6º 0.73% 0.3% -
HSV(B) 44.6º 0.84% 0.53% -
XYZ 15.02 15.23 2.86 -
YUV 104.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 134 105 21 0 0.22 0.84 0.47 44.6 0.73 0.3
Hex 86 69 15 0 16 54 2F 2D 49 1E
Octal 206 151 25 0 26 124 57 55 111 36
Binary 10000110 1101001 10101 0 10110 1010100 101111 101101 1001001 11110

Color Harmonies of #866915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866915

Black with #866915

Text Example


Text Example

White with #866915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866915; }

 p { color: rgb(134,105,21); }

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

background-color css

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

 a { background-color: rgb(134,105,21); }

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

border-color css

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

 span { border-color: rgb(134,105,21); }

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