Html Css Color HEX #716509 Yukon Gold

📋 copy color: '#716509'

red 113 ◦ green 101 ◦ blue 9

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

Shades of Yukon Gold #716509

Tints of Yukon Gold #716509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 50.67%
G = 45.29%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#716509 (or 0x716509) is known color: Yukon Gold. HEX triplet: 71, 65 and 09. RGB value is (113,101,9). Sum of RGB (Red+Green+Blue) = 113+101+9=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716509 is #8E9AF6. Grayscale: #5E5E5E. Windows color (decimal): -9345783 or 615793. OLE color: 615793.

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

Color convert

RGB 113 101 9 -
CMYK 0 0.11 0.92 0.56
HSL 53.08º 0.85% 0.24% -
HSV(B) 53.08º 0.92% 0.44% -
XYZ 11.51 12.84 2.13 -
YUV 94.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 113 101 9 0 0.11 0.92 0.56 53.08 0.85 0.24
Hex 71 65 9 0 B 5C 38 35 55 18
Octal 161 145 11 0 13 134 70 65 125 30
Binary 1110001 1100101 1001 0 1011 1011100 111000 110101 1010101 11000

Color Harmonies of #716509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716509

Black with #716509

Text Example


Text Example

White with #716509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716509; }

 p { color: rgb(113,101,9); }

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

background-color css

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

 a { background-color: rgb(113,101,9); }

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

border-color css

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

 span { border-color: rgb(113,101,9); }

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