Html Css Color HEX #867016 Yukon Gold

📋 copy color: '#867016'

red 134 ◦ green 112 ◦ blue 22

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

Shades of Yukon Gold #867016

Tints of Yukon Gold #867016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 50%
G = 41.79%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#867016 (or 0x867016) is known color: Yukon Gold. HEX triplet: 86, 70 and 16. RGB value is (134,112,22). Sum of RGB (Red+Green+Blue) = 134+112+22=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #867016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867016 is #798FE9. Grayscale: #6C6C6C. Windows color (decimal): -7966698 or 1470598. OLE color: 1470598.

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

Color convert

RGB 134 112 22 -
CMYK 0 0.16 0.84 0.47
HSL 48.21º 0.72% 0.31% -
HSV(B) 48.21º 0.84% 0.53% -
XYZ 15.77 16.71 3.15 -
YUV 108.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 134 112 22 0 0.16 0.84 0.47 48.21 0.72 0.31
Hex 86 70 16 0 10 54 2F 30 48 1F
Octal 206 160 26 0 20 124 57 60 110 37
Binary 10000110 1110000 10110 0 10000 1010100 101111 110000 1001000 11111

Color Harmonies of #867016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867016

Black with #867016

Text Example


Text Example

White with #867016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867016; }

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

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

background-color css

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

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

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

border-color css

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

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

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