Html Css Color HEX #866213 Yukon Gold

📋 copy color: '#866213'

red 134 ◦ green 98 ◦ blue 19

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

Shades of Yukon Gold #866213

Tints of Yukon Gold #866213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 53.39%
G = 39.04%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#866213 (or 0x866213) is known color: Yukon Gold. HEX triplet: 86, 62 and 13. RGB value is (134,98,19). Sum of RGB (Red+Green+Blue) = 134+98+19=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #866213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866213 is #799DEC. Grayscale: #646464. Windows color (decimal): -7970285 or 1270406. OLE color: 1270406.

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

Color convert

RGB 134 98 19 -
CMYK 0 0.27 0.86 0.47
HSL 41.22º 0.75% 0.3% -
HSV(B) 41.22º 0.86% 0.53% -
XYZ 14.32 13.85 2.53 -
YUV 99.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 134 98 19 0 0.27 0.86 0.47 41.22 0.75 0.3
Hex 86 62 13 0 1B 56 2F 29 4B 1E
Octal 206 142 23 0 33 126 57 51 113 36
Binary 10000110 1100010 10011 0 11011 1010110 101111 101001 1001011 11110

Color Harmonies of #866213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866213

Black with #866213

Text Example


Text Example

White with #866213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866213; }

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

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

background-color css

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

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

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

border-color css

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

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

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