Html Css Color HEX #716118 Yukon Gold

📋 copy color: '#716118'

red 113 ◦ green 97 ◦ blue 24

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

Shades of Yukon Gold #716118

Tints of Yukon Gold #716118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 48.29%
G = 41.45%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#716118 (or 0x716118) is known color: Yukon Gold. HEX triplet: 71, 61 and 18. RGB value is (113,97,24). Sum of RGB (Red+Green+Blue) = 113+97+24=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #716118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716118 is #8E9EE7. Grayscale: #5D5D5D. Windows color (decimal): -9346792 or 1597809. OLE color: 1597809.

HSL color Cylindrical-coordinate representation of color #716118: hue angle of 49.21º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #716118 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 24 -
CMYK 0 0.14 0.79 0.56
HSL 49.21º 0.65% 0.27% -
HSV(B) 49.21º 0.79% 0.44% -
XYZ 11.25 12.13 2.61 -
YUV 93.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 113 97 24 0 0.14 0.79 0.56 49.21 0.65 0.27
Hex 71 61 18 0 E 4F 38 31 41 1B
Octal 161 141 30 0 16 117 70 61 101 33
Binary 1110001 1100001 11000 0 1110 1001111 111000 110001 1000001 11011

Color Harmonies of #716118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716118

Black with #716118

Text Example


Text Example

White with #716118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716118; }

 p { color: rgb(113,97,24); }

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

background-color css

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

 a { background-color: rgb(113,97,24); }

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

border-color css

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

 span { border-color: rgb(113,97,24); }

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