Html Css Color HEX #716414 Yukon Gold

📋 copy color: '#716414'

red 113 ◦ green 100 ◦ blue 20

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

Shades of Yukon Gold #716414

Tints of Yukon Gold #716414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.92%

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 48.5%
G = 42.92%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#716414 (or 0x716414) is known color: Yukon Gold. HEX triplet: 71, 64 and 14. RGB value is (113,100,20). Sum of RGB (Red+Green+Blue) = 113+100+20=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #716414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716414 is #8E9BEB. Grayscale: #5F5F5F. Windows color (decimal): -9346028 or 1336433. OLE color: 1336433.

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

Color convert

RGB 113 100 20 -
CMYK 0 0.12 0.82 0.56
HSL 51.61º 0.7% 0.26% -
HSV(B) 51.61º 0.82% 0.44% -
XYZ 11.49 12.68 2.5 -
YUV 94.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 113 100 20 0 0.12 0.82 0.56 51.61 0.7 0.26
Hex 71 64 14 0 C 52 38 34 46 1A
Octal 161 144 24 0 14 122 70 64 106 32
Binary 1110001 1100100 10100 0 1100 1010010 111000 110100 1000110 11010

Color Harmonies of #716414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716414

Black with #716414

Text Example


Text Example

White with #716414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716414; }

 p { color: rgb(113,100,20); }

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

background-color css

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

 a { background-color: rgb(113,100,20); }

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

border-color css

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

 span { border-color: rgb(113,100,20); }

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