Html Css Color HEX #716510 Yukon Gold

📋 copy color: '#716510'

red 113 ◦ green 101 ◦ blue 16

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

Shades of Yukon Gold #716510

Tints of Yukon Gold #716510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

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

R = 49.13%
G = 43.91%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#716510 (or 0x716510) is known color: Yukon Gold. HEX triplet: 71, 65 and 10. RGB value is (113,101,16). Sum of RGB (Red+Green+Blue) = 113+101+16=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #716510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716510 is #8E9AEF. Grayscale: #5F5F5F. Windows color (decimal): -9345776 or 1074545. OLE color: 1074545.

HSL color Cylindrical-coordinate representation of color #716510: hue angle of 52.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #716510 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 101 16 -
CMYK 0 0.11 0.86 0.56
HSL 52.58º 0.75% 0.25% -
HSV(B) 52.58º 0.86% 0.44% -
XYZ 11.56 12.86 2.36 -
YUV 94.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 113 101 16 0 0.11 0.86 0.56 52.58 0.75 0.25
Hex 71 65 10 0 B 56 38 35 4B 19
Octal 161 145 20 0 13 126 70 65 113 31
Binary 1110001 1100101 10000 0 1011 1010110 111000 110101 1001011 11001

Color Harmonies of #716510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716510

Black with #716510

Text Example


Text Example

White with #716510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716510; }

 p { color: rgb(113,101,16); }

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

background-color css

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

 a { background-color: rgb(113,101,16); }

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

border-color css

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

 span { border-color: rgb(113,101,16); }

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