Html Css Color HEX #866C0F Yukon Gold

📋 copy color: '#866C0F'

red 134 ◦ green 108 ◦ blue 15

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

Shades of Yukon Gold #866C0F

Tints of Yukon Gold #866C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 52.14%
G = 42.02%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#866C0F (or 0x866C0F) is known color: Yukon Gold. HEX triplet: 86, 6C and 0F. RGB value is (134,108,15). Sum of RGB (Red+Green+Blue) = 134+108+15=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #866C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866C0F is #7993F0. Grayscale: #696969. Windows color (decimal): -7967729 or 1010822. OLE color: 1010822.

HSL color Cylindrical-coordinate representation of color #866C0F: hue angle of 46.89º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #866C0F is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 108 15 -
CMYK 0 0.19 0.89 0.47
HSL 46.89º 0.8% 0.29% -
HSV(B) 46.89º 0.89% 0.53% -
XYZ 15.28 15.83 2.7 -
YUV 105.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 134 108 15 0 0.19 0.89 0.47 46.89 0.8 0.29
Hex 86 6C F 0 13 59 2F 2F 50 1D
Octal 206 154 17 0 23 131 57 57 120 35
Binary 10000110 1101100 1111 0 10011 1011001 101111 101111 1010000 11101

Color Harmonies of #866C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C0F

Black with #866C0F

Text Example


Text Example

White with #866C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866C0F; }

 p { color: rgb(134,108,15); }

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

background-color css

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

 a { background-color: rgb(134,108,15); }

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

border-color css

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

 span { border-color: rgb(134,108,15); }

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