Html Css Color HEX #716215 Yukon Gold

📋 copy color: '#716215'

red 113 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #716215

Tints of Yukon Gold #716215

RGB

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

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

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

R = 48.71%
G = 42.24%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#716215 (or 0x716215) is known color: Yukon Gold. HEX triplet: 71, 62 and 15. RGB value is (113,98,21). Sum of RGB (Red+Green+Blue) = 113+98+21=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716215 is #8E9DEA. Grayscale: #5E5E5E. Windows color (decimal): -9346539 or 1401457. OLE color: 1401457.

HSL color Cylindrical-coordinate representation of color #716215: hue angle of 50.22º 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 #716215 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 98 21 -
CMYK 0 0.13 0.81 0.56
HSL 50.22º 0.69% 0.26% -
HSV(B) 50.22º 0.81% 0.44% -
XYZ 11.31 12.3 2.49 -
YUV 93.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 113 98 21 0 0.13 0.81 0.56 50.22 0.69 0.26
Hex 71 62 15 0 D 51 38 32 45 1A
Octal 161 142 25 0 15 121 70 62 105 32
Binary 1110001 1100010 10101 0 1101 1010001 111000 110010 1000101 11010

Color Harmonies of #716215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716215

Black with #716215

Text Example


Text Example

White with #716215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716215; }

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

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

background-color css

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

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

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

border-color css

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

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

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