Html Css Color HEX #867316 Yukon Gold

📋 copy color: '#867316'

red 134 ◦ green 115 ◦ blue 22

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

Shades of Yukon Gold #867316

Tints of Yukon Gold #867316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

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

R = 49.45%
G = 42.44%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#867316 (or 0x867316) is known color: Yukon Gold. HEX triplet: 86, 73 and 16. RGB value is (134,115,22). Sum of RGB (Red+Green+Blue) = 134+115+22=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867316 is #798CE9. Grayscale: #6E6E6E. Windows color (decimal): -7965930 or 1471366. OLE color: 1471366.

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

Color convert

RGB 134 115 22 -
CMYK 0 0.14 0.84 0.47
HSL 49.82º 0.72% 0.31% -
HSV(B) 49.82º 0.84% 0.53% -
XYZ 16.11 17.39 3.27 -
YUV 110.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 134 115 22 0 0.14 0.84 0.47 49.82 0.72 0.31
Hex 86 73 16 0 E 54 2F 32 48 1F
Octal 206 163 26 0 16 124 57 62 110 37
Binary 10000110 1110011 10110 0 1110 1010100 101111 110010 1001000 11111

Color Harmonies of #867316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867316

Black with #867316

Text Example


Text Example

White with #867316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867316; }

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

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

background-color css

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

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

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

border-color css

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

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

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