Html Css Color HEX #716512 Yukon Gold

📋 copy color: '#716512'

red 113 ◦ green 101 ◦ blue 18

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

Shades of Yukon Gold #716512

Tints of Yukon Gold #716512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 48.71%
G = 43.53%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#716512 (or 0x716512) is known color: Yukon Gold. HEX triplet: 71, 65 and 12. RGB value is (113,101,18). Sum of RGB (Red+Green+Blue) = 113+101+18=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #716512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716512 is #8E9AED. Grayscale: #5F5F5F. Windows color (decimal): -9345774 or 1205617. OLE color: 1205617.

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

Color convert

RGB 113 101 18 -
CMYK 0 0.11 0.84 0.56
HSL 52.42º 0.73% 0.26% -
HSV(B) 52.42º 0.84% 0.44% -
XYZ 11.57 12.86 2.44 -
YUV 95.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 113 101 18 0 0.11 0.84 0.56 52.42 0.73 0.26
Hex 71 65 12 0 B 54 38 34 49 1A
Octal 161 145 22 0 13 124 70 64 111 32
Binary 1110001 1100101 10010 0 1011 1010100 111000 110100 1001001 11010

Color Harmonies of #716512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716512

Black with #716512

Text Example


Text Example

White with #716512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716512; }

 p { color: rgb(113,101,18); }

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

background-color css

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

 a { background-color: rgb(113,101,18); }

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

border-color css

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

 span { border-color: rgb(113,101,18); }

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