Html Css Color HEX #866410 Yukon Gold

📋 copy color: '#866410'

red 134 ◦ green 100 ◦ blue 16

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

Shades of Yukon Gold #866410

Tints of Yukon Gold #866410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 53.6%
G = 40%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#866410 (or 0x866410) is known color: Yukon Gold. HEX triplet: 86, 64 and 10. RGB value is (134,100,16). Sum of RGB (Red+Green+Blue) = 134+100+16=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #866410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866410 is #799BEF. Grayscale: #646464. Windows color (decimal): -7969776 or 1074310. OLE color: 1074310.

HSL color Cylindrical-coordinate representation of color #866410: hue angle of 42.71º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #866410 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 16 -
CMYK 0 0.25 0.88 0.47
HSL 42.71º 0.79% 0.29% -
HSV(B) 42.71º 0.88% 0.53% -
XYZ 14.48 14.22 2.47 -
YUV 100.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 134 100 16 0 0.25 0.88 0.47 42.71 0.79 0.29
Hex 86 64 10 0 19 58 2F 2B 4F 1D
Octal 206 144 20 0 31 130 57 53 117 35
Binary 10000110 1100100 10000 0 11001 1011000 101111 101011 1001111 11101

Color Harmonies of #866410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866410

Black with #866410

Text Example


Text Example

White with #866410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866410; }

 p { color: rgb(134,100,16); }

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

background-color css

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

 a { background-color: rgb(134,100,16); }

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

border-color css

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

 span { border-color: rgb(134,100,16); }

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