Html Css Color HEX #716015 Yukon Gold

📋 copy color: '#716015'

red 113 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #716015

Tints of Yukon Gold #716015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 49.13%
G = 41.74%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716015 (or 0x716015) is known color: Yukon Gold. HEX triplet: 71, 60 and 15. RGB value is (113,96,21). Sum of RGB (Red+Green+Blue) = 113+96+21=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #716015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716015 is #8E9FEA. Grayscale: #5C5C5C. Windows color (decimal): -9347051 or 1400945. OLE color: 1400945.

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

Color convert

RGB 113 96 21 -
CMYK 0 0.15 0.81 0.56
HSL 48.91º 0.69% 0.26% -
HSV(B) 48.91º 0.81% 0.44% -
XYZ 11.13 11.93 2.43 -
YUV 92.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 113 96 21 0 0.15 0.81 0.56 48.91 0.69 0.26
Hex 71 60 15 0 F 51 38 31 45 1A
Octal 161 140 25 0 17 121 70 61 105 32
Binary 1110001 1100000 10101 0 1111 1010001 111000 110001 1000101 11010

Color Harmonies of #716015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716015

Black with #716015

Text Example


Text Example

White with #716015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716015; }

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

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

background-color css

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

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

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

border-color css

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

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

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