Html Css Color HEX #726314 Yukon Gold

📋 copy color: '#726314'

red 114 ◦ green 99 ◦ blue 20

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

Shades of Yukon Gold #726314

Tints of Yukon Gold #726314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 48.93%
G = 42.49%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#726314 (or 0x726314) is known color: Yukon Gold. HEX triplet: 72, 63 and 14. RGB value is (114,99,20). Sum of RGB (Red+Green+Blue) = 114+99+20=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726314 is #8D9CEB. Grayscale: #5E5E5E. Windows color (decimal): -9280748 or 1336178. OLE color: 1336178.

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

Color convert

RGB 114 99 20 -
CMYK 0 0.13 0.82 0.55
HSL 50.43º 0.7% 0.26% -
HSV(B) 50.43º 0.82% 0.45% -
XYZ 11.53 12.55 2.48 -
YUV 94.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 114 99 20 0 0.13 0.82 0.55 50.43 0.7 0.26
Hex 72 63 14 0 D 52 37 32 46 1A
Octal 162 143 24 0 15 122 67 62 106 32
Binary 1110010 1100011 10100 0 1101 1010010 110111 110010 1000110 11010

Color Harmonies of #726314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726314

Black with #726314

Text Example


Text Example

White with #726314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726314; }

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

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

background-color css

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

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

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

border-color css

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

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

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