Html Css Color HEX #716012 Yukon Gold

📋 copy color: '#716012'

red 113 ◦ green 96 ◦ blue 18

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

Shades of Yukon Gold #716012

Tints of Yukon Gold #716012

RGB

 RED value IS 113 (44.53% from 255) = 49.78%

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 49.78%
G = 42.29%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#716012 (or 0x716012) is known color: Yukon Gold. HEX triplet: 71, 60 and 12. RGB value is (113,96,18). Sum of RGB (Red+Green+Blue) = 113+96+18=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #716012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716012 is #8E9FED. Grayscale: #5C5C5C. Windows color (decimal): -9347054 or 1204337. OLE color: 1204337.

HSL color Cylindrical-coordinate representation of color #716012: hue angle of 49.26º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #716012 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 18 -
CMYK 0 0.15 0.84 0.56
HSL 49.26º 0.73% 0.26% -
HSV(B) 49.26º 0.84% 0.44% -
XYZ 11.1 11.92 2.29 -
YUV 92.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 113 96 18 0 0.15 0.84 0.56 49.26 0.73 0.26
Hex 71 60 12 0 F 54 38 31 49 1A
Octal 161 140 22 0 17 124 70 61 111 32
Binary 1110001 1100000 10010 0 1111 1010100 111000 110001 1001001 11010

Color Harmonies of #716012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716012

Black with #716012

Text Example


Text Example

White with #716012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716012; }

 p { color: rgb(113,96,18); }

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

background-color css

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

 a { background-color: rgb(113,96,18); }

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

border-color css

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

 span { border-color: rgb(113,96,18); }

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