Html Css Color HEX #726016 Yukon Gold

📋 copy color: '#726016'

red 114 ◦ green 96 ◦ blue 22

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

Shades of Yukon Gold #726016

Tints of Yukon Gold #726016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 49.14%
G = 41.38%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#726016 (or 0x726016) is known color: Yukon Gold. HEX triplet: 72, 60 and 16. RGB value is (114,96,22). Sum of RGB (Red+Green+Blue) = 114+96+22=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #726016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726016 is #8D9FE9. Grayscale: #5D5D5D. Windows color (decimal): -9281514 or 1466482. OLE color: 1466482.

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

Color convert

RGB 114 96 22 -
CMYK 0 0.16 0.81 0.55
HSL 48.26º 0.68% 0.27% -
HSV(B) 48.26º 0.81% 0.45% -
XYZ 11.27 12 2.48 -
YUV 92.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 114 96 22 0 0.16 0.81 0.55 48.26 0.68 0.27
Hex 72 60 16 0 10 51 37 30 44 1B
Octal 162 140 26 0 20 121 67 60 104 33
Binary 1110010 1100000 10110 0 10000 1010001 110111 110000 1000100 11011

Color Harmonies of #726016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726016

Black with #726016

Text Example


Text Example

White with #726016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726016; }

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

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

background-color css

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

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

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

border-color css

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

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

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