Html Css Color HEX #867415 Yukon Gold

📋 copy color: '#867415'

red 134 ◦ green 116 ◦ blue 21

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

Shades of Yukon Gold #867415

Tints of Yukon Gold #867415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 49.45%
G = 42.8%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#867415 (or 0x867415) is known color: Yukon Gold. HEX triplet: 86, 74 and 15. RGB value is (134,116,21). Sum of RGB (Red+Green+Blue) = 134+116+21=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867415 is #798BEA. Grayscale: #6E6E6E. Windows color (decimal): -7965675 or 1406086. OLE color: 1406086.

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

Color convert

RGB 134 116 21 -
CMYK 0 0.13 0.84 0.47
HSL 50.44º 0.73% 0.3% -
HSV(B) 50.44º 0.84% 0.53% -
XYZ 16.21 17.61 3.25 -
YUV 110.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 134 116 21 0 0.13 0.84 0.47 50.44 0.73 0.3
Hex 86 74 15 0 D 54 2F 32 49 1E
Octal 206 164 25 0 15 124 57 62 111 36
Binary 10000110 1110100 10101 0 1101 1010100 101111 110010 1001001 11110

Color Harmonies of #867415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867415

Black with #867415

Text Example


Text Example

White with #867415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867415; }

 p { color: rgb(134,116,21); }

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

background-color css

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

 a { background-color: rgb(134,116,21); }

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

border-color css

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

 span { border-color: rgb(134,116,21); }

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