Html Css Color HEX #866E0A Yukon Gold

📋 copy color: '#866E0A'

red 134 ◦ green 110 ◦ blue 10

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

Shades of Yukon Gold #866E0A

Tints of Yukon Gold #866E0A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.31%

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 52.76%
G = 43.31%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#866E0A (or 0x866E0A) is known color: Yukon Gold. HEX triplet: 86, 6E and 0A. RGB value is (134,110,10). Sum of RGB (Red+Green+Blue) = 134+110+10=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #866E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866E0A is #7991F5. Grayscale: #6A6A6A. Windows color (decimal): -7967222 or 683654. OLE color: 683654.

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

Color convert

RGB 134 110 10 -
CMYK 0 0.18 0.93 0.47
HSL 48.39º 0.86% 0.28% -
HSV(B) 48.39º 0.93% 0.53% -
XYZ 15.46 16.24 2.61 -
YUV 105.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 134 110 10 0 0.18 0.93 0.47 48.39 0.86 0.28
Hex 86 6E A 0 12 5D 2F 30 56 1C
Octal 206 156 12 0 22 135 57 60 126 34
Binary 10000110 1101110 1010 0 10010 1011101 101111 110000 1010110 11100

Color Harmonies of #866E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866E0A

Black with #866E0A

Text Example


Text Example

White with #866E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,10); }

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

background-color css

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

 a { background-color: rgb(134,110,10); }

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

border-color css

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

 span { border-color: rgb(134,110,10); }

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