Html Css Color HEX #867010 Yukon Gold

📋 copy color: '#867010'

red 134 ◦ green 112 ◦ blue 16

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

Shades of Yukon Gold #867010

Tints of Yukon Gold #867010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 51.15%
G = 42.75%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#867010 (or 0x867010) is known color: Yukon Gold. HEX triplet: 86, 70 and 10. RGB value is (134,112,16). Sum of RGB (Red+Green+Blue) = 134+112+16=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #867010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867010 is #798FEF. Grayscale: #6C6C6C. Windows color (decimal): -7966704 or 1077382. OLE color: 1077382.

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

Color convert

RGB 134 112 16 -
CMYK 0 0.16 0.88 0.47
HSL 48.81º 0.79% 0.29% -
HSV(B) 48.81º 0.88% 0.53% -
XYZ 15.72 16.69 2.88 -
YUV 107.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 134 112 16 0 0.16 0.88 0.47 48.81 0.79 0.29
Hex 86 70 10 0 10 58 2F 31 4F 1D
Octal 206 160 20 0 20 130 57 61 117 35
Binary 10000110 1110000 10000 0 10000 1011000 101111 110001 1001111 11101

Color Harmonies of #867010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867010

Black with #867010

Text Example


Text Example

White with #867010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867010; }

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

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

background-color css

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

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

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

border-color css

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

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

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