Html Css Color HEX #726416 Yukon Gold

📋 copy color: '#726416'

red 114 ◦ green 100 ◦ blue 22

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

Shades of Yukon Gold #726416

Tints of Yukon Gold #726416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

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

R = 48.31%
G = 42.37%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#726416 (or 0x726416) is known color: Yukon Gold. HEX triplet: 72, 64 and 16. RGB value is (114,100,22). Sum of RGB (Red+Green+Blue) = 114+100+22=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #726416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726416 is #8D9BE9. Grayscale: #5F5F5F. Windows color (decimal): -9280490 or 1467506. OLE color: 1467506.

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

Color convert

RGB 114 100 22 -
CMYK 0 0.12 0.81 0.55
HSL 50.87º 0.68% 0.27% -
HSV(B) 50.87º 0.81% 0.45% -
XYZ 11.64 12.75 2.61 -
YUV 95.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 114 100 22 0 0.12 0.81 0.55 50.87 0.68 0.27
Hex 72 64 16 0 C 51 37 33 44 1B
Octal 162 144 26 0 14 121 67 63 104 33
Binary 1110010 1100100 10110 0 1100 1010001 110111 110011 1000100 11011

Color Harmonies of #726416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726416

Black with #726416

Text Example


Text Example

White with #726416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726416; }

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

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

background-color css

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

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

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

border-color css

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

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

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