Html Css Color HEX #716319 Yukon Gold

📋 copy color: '#716319'

red 113 ◦ green 99 ◦ blue 25

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

Shades of Yukon Gold #716319

Tints of Yukon Gold #716319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 47.68%
G = 41.77%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#716319 (or 0x716319) is known color: Yukon Gold. HEX triplet: 71, 63 and 19. RGB value is (113,99,25). Sum of RGB (Red+Green+Blue) = 113+99+25=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #716319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716319 is #8E9CE6. Grayscale: #5F5F5F. Windows color (decimal): -9346279 or 1663857. OLE color: 1663857.

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

Color convert

RGB 113 99 25 -
CMYK 0 0.12 0.78 0.56
HSL 50.45º 0.64% 0.27% -
HSV(B) 50.45º 0.78% 0.44% -
XYZ 11.45 12.5 2.73 -
YUV 94.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 113 99 25 0 0.12 0.78 0.56 50.45 0.64 0.27
Hex 71 63 19 0 C 4E 38 32 40 1B
Octal 161 143 31 0 14 116 70 62 100 33
Binary 1110001 1100011 11001 0 1100 1001110 111000 110010 1000000 11011

Color Harmonies of #716319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716319

Black with #716319

Text Example


Text Example

White with #716319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716319; }

 p { color: rgb(113,99,25); }

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

background-color css

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

 a { background-color: rgb(113,99,25); }

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

border-color css

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

 span { border-color: rgb(113,99,25); }

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