Html Css Color HEX #866815 Yukon Gold

📋 copy color: '#866815'

red 134 ◦ green 104 ◦ blue 21

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

Shades of Yukon Gold #866815

Tints of Yukon Gold #866815

RGB

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

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

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

R = 51.74%
G = 40.15%
B = 8.11%

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

#866815 (or 0x866815) is known color: Yukon Gold. HEX triplet: 86, 68 and 15. RGB value is (134,104,21). Sum of RGB (Red+Green+Blue) = 134+104+21=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #866815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866815 is #7997EA. Grayscale: #676767. Windows color (decimal): -7968747 or 1403014. OLE color: 1403014.

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

Color convert

RGB 134 104 21 -
CMYK 0 0.22 0.84 0.47
HSL 44.07º 0.73% 0.3% -
HSV(B) 44.07º 0.84% 0.53% -
XYZ 14.92 15.02 2.82 -
YUV 103.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 134 104 21 0 0.22 0.84 0.47 44.07 0.73 0.3
Hex 86 68 15 0 16 54 2F 2C 49 1E
Octal 206 150 25 0 26 124 57 54 111 36
Binary 10000110 1101000 10101 0 10110 1010100 101111 101100 1001001 11110

Color Harmonies of #866815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866815

Black with #866815

Text Example


Text Example

White with #866815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866815; }

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

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

background-color css

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

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

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

border-color css

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

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

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