Html Css Color HEX #715F10 Yukon Gold

📋 copy color: '#715F10'

red 113 ◦ green 95 ◦ blue 16

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

Shades of Yukon Gold #715F10

Tints of Yukon Gold #715F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.41%

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 50.45%
G = 42.41%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#715F10 (or 0x715F10) is known color: Yukon Gold. HEX triplet: 71, 5F and 10. RGB value is (113,95,16). Sum of RGB (Red+Green+Blue) = 113+95+16=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #715F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715F10 is #8EA0EF. Grayscale: #5B5B5B. Windows color (decimal): -9347312 or 1073009. OLE color: 1073009.

HSL color Cylindrical-coordinate representation of color #715F10: hue angle of 48.87º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #715F10 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 95 16 -
CMYK 0 0.16 0.86 0.56
HSL 48.87º 0.75% 0.25% -
HSV(B) 48.87º 0.86% 0.44% -
XYZ 11 11.73 2.18 -
YUV 91.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 113 95 16 0 0.16 0.86 0.56 48.87 0.75 0.25
Hex 71 5F 10 0 10 56 38 31 4B 19
Octal 161 137 20 0 20 126 70 61 113 31
Binary 1110001 1011111 10000 0 10000 1010110 111000 110001 1001011 11001

Color Harmonies of #715F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F10

Black with #715F10

Text Example


Text Example

White with #715F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715F10; }

 p { color: rgb(113,95,16); }

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

background-color css

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

 a { background-color: rgb(113,95,16); }

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

border-color css

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

 span { border-color: rgb(113,95,16); }

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