Html Css Color HEX #866310 Yukon Gold

📋 copy color: '#866310'

red 134 ◦ green 99 ◦ blue 16

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

Shades of Yukon Gold #866310

Tints of Yukon Gold #866310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.76%

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

R = 53.82%
G = 39.76%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#866310 (or 0x866310) is known color: Yukon Gold. HEX triplet: 86, 63 and 10. RGB value is (134,99,16). Sum of RGB (Red+Green+Blue) = 134+99+16=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #866310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866310 is #799CEF. Grayscale: #646464. Windows color (decimal): -7970032 or 1074054. OLE color: 1074054.

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

Color convert

RGB 134 99 16 -
CMYK 0 0.26 0.88 0.47
HSL 42.2º 0.79% 0.29% -
HSV(B) 42.2º 0.88% 0.53% -
XYZ 14.39 14.03 2.44 -
YUV 100 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 134 99 16 0 0.26 0.88 0.47 42.2 0.79 0.29
Hex 86 63 10 0 1A 58 2F 2A 4F 1D
Octal 206 143 20 0 32 130 57 52 117 35
Binary 10000110 1100011 10000 0 11010 1011000 101111 101010 1001111 11101

Color Harmonies of #866310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866310

Black with #866310

Text Example


Text Example

White with #866310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866310; }

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

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

background-color css

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

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

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

border-color css

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

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

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