Html Css Color HEX #726216 Yukon Gold

📋 copy color: '#726216'

red 114 ◦ green 98 ◦ blue 22

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

Shades of Yukon Gold #726216

Tints of Yukon Gold #726216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 48.72%
G = 41.88%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#726216 (or 0x726216) is known color: Yukon Gold. HEX triplet: 72, 62 and 16. RGB value is (114,98,22). Sum of RGB (Red+Green+Blue) = 114+98+22=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #726216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726216 is #8D9DE9. Grayscale: #5E5E5E. Windows color (decimal): -9281002 or 1466994. OLE color: 1466994.

HSL color Cylindrical-coordinate representation of color #726216: hue angle of 49.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #726216 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 22 -
CMYK 0 0.14 0.81 0.55
HSL 49.57º 0.68% 0.27% -
HSV(B) 49.57º 0.81% 0.45% -
XYZ 11.45 12.37 2.54 -
YUV 94.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 114 98 22 0 0.14 0.81 0.55 49.57 0.68 0.27
Hex 72 62 16 0 E 51 37 32 44 1B
Octal 162 142 26 0 16 121 67 62 104 33
Binary 1110010 1100010 10110 0 1110 1010001 110111 110010 1000100 11011

Color Harmonies of #726216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726216

Black with #726216

Text Example


Text Example

White with #726216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726216; }

 p { color: rgb(114,98,22); }

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

background-color css

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

 a { background-color: rgb(114,98,22); }

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

border-color css

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

 span { border-color: rgb(114,98,22); }

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