Html Css Color HEX #866413 Yukon Gold

📋 copy color: '#866413'

red 134 ◦ green 100 ◦ blue 19

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

Shades of Yukon Gold #866413

Tints of Yukon Gold #866413

RGB

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

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

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

R = 52.96%
G = 39.53%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#866413 (or 0x866413) is known color: Yukon Gold. HEX triplet: 86, 64 and 13. RGB value is (134,100,19). Sum of RGB (Red+Green+Blue) = 134+100+19=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #866413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866413 is #799BEC. Grayscale: #656565. Windows color (decimal): -7969773 or 1270918. OLE color: 1270918.

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

Color convert

RGB 134 100 19 -
CMYK 0 0.25 0.86 0.47
HSL 42.26º 0.75% 0.3% -
HSV(B) 42.26º 0.86% 0.53% -
XYZ 14.51 14.23 2.6 -
YUV 100.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 134 100 19 0 0.25 0.86 0.47 42.26 0.75 0.3
Hex 86 64 13 0 19 56 2F 2A 4B 1E
Octal 206 144 23 0 31 126 57 52 113 36
Binary 10000110 1100100 10011 0 11001 1010110 101111 101010 1001011 11110

Color Harmonies of #866413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866413

Black with #866413

Text Example


Text Example

White with #866413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866413; }

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

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

background-color css

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

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

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

border-color css

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

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

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