Html Css Color HEX #715F0C Yukon Gold

📋 copy color: '#715F0C'

red 113 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #715F0C

Tints of Yukon Gold #715F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 51.36%
G = 43.18%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#715F0C (or 0x715F0C) is known color: Yukon Gold. HEX triplet: 71, 5F and 0C. RGB value is (113,95,12). Sum of RGB (Red+Green+Blue) = 113+95+12=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #715F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715F0C is #8EA0F3. Grayscale: #5B5B5B. Windows color (decimal): -9347316 or 810865. OLE color: 810865.

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

Color convert

RGB 113 95 12 -
CMYK 0 0.16 0.89 0.56
HSL 49.31º 0.81% 0.25% -
HSV(B) 49.31º 0.89% 0.44% -
XYZ 10.97 11.72 2.03 -
YUV 90.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 113 95 12 0 0.16 0.89 0.56 49.31 0.81 0.25
Hex 71 5F C 0 10 59 38 31 51 19
Octal 161 137 14 0 20 131 70 61 121 31
Binary 1110001 1011111 1100 0 10000 1011001 111000 110001 1010001 11001

Color Harmonies of #715F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715F0C

Black with #715F0C

Text Example


Text Example

White with #715F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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