Html Css Color HEX #867020 Yukon Gold

📋 copy color: '#867020'

red 134 ◦ green 112 ◦ blue 32

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

Shades of Yukon Gold #867020

Tints of Yukon Gold #867020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 48.2%
G = 40.29%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#867020 (or 0x867020) is known color: Yukon Gold. HEX triplet: 86, 70 and 20. RGB value is (134,112,32). Sum of RGB (Red+Green+Blue) = 134+112+32=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #867020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867020 is #798FDF. Grayscale: #6D6D6D. Windows color (decimal): -7966688 or 2125958. OLE color: 2125958.

HSL color Cylindrical-coordinate representation of color #867020: hue angle of 47.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #867020 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 112 32 -
CMYK 0 0.16 0.76 0.47
HSL 47.06º 0.61% 0.33% -
HSV(B) 47.06º 0.76% 0.53% -
XYZ 15.89 16.76 3.76 -
YUV 109.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 134 112 32 0 0.16 0.76 0.47 47.06 0.61 0.33
Hex 86 70 20 0 10 4C 2F 2F 3D 21
Octal 206 160 40 0 20 114 57 57 75 41
Binary 10000110 1110000 100000 0 10000 1001100 101111 101111 111101 100001

Color Harmonies of #867020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867020

Black with #867020

Text Example


Text Example

White with #867020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867020; }

 p { color: rgb(134,112,32); }

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

background-color css

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

 a { background-color: rgb(134,112,32); }

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

border-color css

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

 span { border-color: rgb(134,112,32); }

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