Html Css Color HEX #716312 Yukon Gold

📋 copy color: '#716312'

red 113 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #716312

Tints of Yukon Gold #716312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 49.13%
G = 43.04%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#716312 (or 0x716312) is known color: Yukon Gold. HEX triplet: 71, 63 and 12. RGB value is (113,99,18). Sum of RGB (Red+Green+Blue) = 113+99+18=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #716312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716312 is #8E9CED. Grayscale: #5E5E5E. Windows color (decimal): -9346286 or 1205105. OLE color: 1205105.

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

Color convert

RGB 113 99 18 -
CMYK 0 0.12 0.84 0.56
HSL 51.16º 0.73% 0.26% -
HSV(B) 51.16º 0.84% 0.44% -
XYZ 11.38 12.48 2.38 -
YUV 93.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 113 99 18 0 0.12 0.84 0.56 51.16 0.73 0.26
Hex 71 63 12 0 C 54 38 33 49 1A
Octal 161 143 22 0 14 124 70 63 111 32
Binary 1110001 1100011 10010 0 1100 1010100 111000 110011 1001001 11010

Color Harmonies of #716312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716312

Black with #716312

Text Example


Text Example

White with #716312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716312; }

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

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

background-color css

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

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

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

border-color css

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

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

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