Html Css Color HEX #716205 Yukon Gold

📋 copy color: '#716205'

red 113 ◦ green 98 ◦ blue 5

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

Shades of Yukon Gold #716205

Tints of Yukon Gold #716205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 52.31%
G = 45.37%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716205 (or 0x716205) is known color: Yukon Gold. HEX triplet: 71, 62 and 05. RGB value is (113,98,5). Sum of RGB (Red+Green+Blue) = 113+98+5=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #716205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716205 is #8E9DFA. Grayscale: #5C5C5C. Windows color (decimal): -9346555 or 352881. OLE color: 352881.

HSL color Cylindrical-coordinate representation of color #716205: hue angle of 51.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #716205 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 5 -
CMYK 0 0.13 0.96 0.56
HSL 51.67º 0.92% 0.23% -
HSV(B) 51.67º 0.96% 0.44% -
XYZ 11.21 12.26 1.92 -
YUV 91.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 113 98 5 0 0.13 0.96 0.56 51.67 0.92 0.23
Hex 71 62 5 0 D 60 38 34 5C 17
Octal 161 142 5 0 15 140 70 64 134 27
Binary 1110001 1100010 101 0 1101 1100000 111000 110100 1011100 10111

Color Harmonies of #716205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716205

Black with #716205

Text Example


Text Example

White with #716205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716205; }

 p { color: rgb(113,98,5); }

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

background-color css

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

 a { background-color: rgb(113,98,5); }

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

border-color css

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

 span { border-color: rgb(113,98,5); }

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