Html Css Color HEX #726311 Yukon Gold

📋 copy color: '#726311'

red 114 ◦ green 99 ◦ blue 17

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

Shades of Yukon Gold #726311

Tints of Yukon Gold #726311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 49.57%
G = 43.04%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#726311 (or 0x726311) is known color: Yukon Gold. HEX triplet: 72, 63 and 11. RGB value is (114,99,17). Sum of RGB (Red+Green+Blue) = 114+99+17=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #726311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726311 is #8D9CEE. Grayscale: #5E5E5E. Windows color (decimal): -9280751 or 1139570. OLE color: 1139570.

HSL color Cylindrical-coordinate representation of color #726311: hue angle of 50.72º 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 #726311 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 17 -
CMYK 0 0.13 0.85 0.55
HSL 50.72º 0.74% 0.26% -
HSV(B) 50.72º 0.85% 0.45% -
XYZ 11.5 12.54 2.34 -
YUV 94.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 114 99 17 0 0.13 0.85 0.55 50.72 0.74 0.26
Hex 72 63 11 0 D 55 37 33 4A 1A
Octal 162 143 21 0 15 125 67 63 112 32
Binary 1110010 1100011 10001 0 1101 1010101 110111 110011 1001010 11010

Color Harmonies of #726311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726311

Black with #726311

Text Example


Text Example

White with #726311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726311; }

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

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

background-color css

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

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

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

border-color css

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

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

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