Html Css Color HEX #866313 Yukon Gold

📋 copy color: '#866313'

red 134 ◦ green 99 ◦ blue 19

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

Shades of Yukon Gold #866313

Tints of Yukon Gold #866313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 53.17%
G = 39.29%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#866313 (or 0x866313) is known color: Yukon Gold. HEX triplet: 86, 63 and 13. RGB value is (134,99,19). Sum of RGB (Red+Green+Blue) = 134+99+19=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #866313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866313 is #799CEC. Grayscale: #646464. Windows color (decimal): -7970029 or 1270662. OLE color: 1270662.

HSL color Cylindrical-coordinate representation of color #866313: hue angle of 41.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #866313 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 19 -
CMYK 0 0.26 0.86 0.47
HSL 41.74º 0.75% 0.3% -
HSV(B) 41.74º 0.86% 0.53% -
XYZ 14.41 14.04 2.57 -
YUV 100.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 134 99 19 0 0.26 0.86 0.47 41.74 0.75 0.3
Hex 86 63 13 0 1A 56 2F 2A 4B 1E
Octal 206 143 23 0 32 126 57 52 113 36
Binary 10000110 1100011 10011 0 11010 1010110 101111 101010 1001011 11110

Color Harmonies of #866313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866313

Black with #866313

Text Example


Text Example

White with #866313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866313; }

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

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

background-color css

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

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

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

border-color css

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

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

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