Html Css Color HEX #726111 Yukon Gold

📋 copy color: '#726111'

red 114 ◦ green 97 ◦ blue 17

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

Shades of Yukon Gold #726111

Tints of Yukon Gold #726111

RGB

 RED value IS 114 (44.92% from 255) = 50%

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 50%
G = 42.54%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#726111 (or 0x726111) is known color: Yukon Gold. HEX triplet: 72, 61 and 11. RGB value is (114,97,17). Sum of RGB (Red+Green+Blue) = 114+97+17=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #726111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726111 is #8D9EEE. Grayscale: #5D5D5D. Windows color (decimal): -9281263 or 1139058. OLE color: 1139058.

HSL color Cylindrical-coordinate representation of color #726111: hue angle of 49.48º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #726111 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 17 -
CMYK 0 0.15 0.85 0.55
HSL 49.48º 0.74% 0.26% -
HSV(B) 49.48º 0.85% 0.45% -
XYZ 11.32 12.17 2.28 -
YUV 92.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 114 97 17 0 0.15 0.85 0.55 49.48 0.74 0.26
Hex 72 61 11 0 F 55 37 31 4A 1A
Octal 162 141 21 0 17 125 67 61 112 32
Binary 1110010 1100001 10001 0 1111 1010101 110111 110001 1001010 11010

Color Harmonies of #726111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726111

Black with #726111

Text Example


Text Example

White with #726111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726111; }

 p { color: rgb(114,97,17); }

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

background-color css

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

 a { background-color: rgb(114,97,17); }

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

border-color css

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

 span { border-color: rgb(114,97,17); }

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