Html Css Color HEX #716017 Yukon Gold

📋 copy color: '#716017'

red 113 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #716017

Tints of Yukon Gold #716017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 48.71%
G = 41.38%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#716017 (or 0x716017) is known color: Yukon Gold. HEX triplet: 71, 60 and 17. RGB value is (113,96,23). Sum of RGB (Red+Green+Blue) = 113+96+23=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716017 is #8E9FE8. Grayscale: #5D5D5D. Windows color (decimal): -9347049 or 1532017. OLE color: 1532017.

HSL color Cylindrical-coordinate representation of color #716017: hue angle of 48.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #716017 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 23 -
CMYK 0 0.15 0.80 0.56
HSL 48.67º 0.66% 0.27% -
HSV(B) 48.67º 0.8% 0.44% -
XYZ 11.15 11.94 2.53 -
YUV 92.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 113 96 23 0 0.15 0.80 0.56 48.67 0.66 0.27
Hex 71 60 17 0 F 50 38 31 42 1B
Octal 161 140 27 0 17 120 70 61 102 33
Binary 1110001 1100000 10111 0 1111 1010000 111000 110001 1000010 11011

Color Harmonies of #716017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716017

Black with #716017

Text Example


Text Example

White with #716017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716017; }

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

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

background-color css

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

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

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

border-color css

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

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

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