Html Css Color HEX #715E15 Yukon Gold

📋 copy color: '#715E15'

red 113 ◦ green 94 ◦ blue 21

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

Shades of Yukon Gold #715E15

Tints of Yukon Gold #715E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

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

R = 49.56%
G = 41.23%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#715E15 (or 0x715E15) is known color: Yukon Gold. HEX triplet: 71, 5E and 15. RGB value is (113,94,21). Sum of RGB (Red+Green+Blue) = 113+94+21=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #715E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715E15 is #8EA1EA. Grayscale: #5B5B5B. Windows color (decimal): -9347563 or 1400433. OLE color: 1400433.

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

Color convert

RGB 113 94 21 -
CMYK 0 0.17 0.81 0.56
HSL 47.61º 0.69% 0.26% -
HSV(B) 47.61º 0.81% 0.44% -
XYZ 10.95 11.57 2.37 -
YUV 91.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 113 94 21 0 0.17 0.81 0.56 47.61 0.69 0.26
Hex 71 5E 15 0 11 51 38 30 45 1A
Octal 161 136 25 0 21 121 70 60 105 32
Binary 1110001 1011110 10101 0 10001 1010001 111000 110000 1000101 11010

Color Harmonies of #715E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E15

Black with #715E15

Text Example


Text Example

White with #715E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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