Html Css Color HEX #726010 Yukon Gold

📋 copy color: '#726010'

red 114 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #726010

Tints of Yukon Gold #726010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 50.44%
G = 42.48%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#726010 (or 0x726010) is known color: Yukon Gold. HEX triplet: 72, 60 and 10. RGB value is (114,96,16). Sum of RGB (Red+Green+Blue) = 114+96+16=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #726010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726010 is #8D9FEF. Grayscale: #5C5C5C. Windows color (decimal): -9281520 or 1073266. OLE color: 1073266.

HSL color Cylindrical-coordinate representation of color #726010: hue angle of 48.98º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #726010 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 16 -
CMYK 0 0.16 0.86 0.55
HSL 48.98º 0.75% 0.25% -
HSV(B) 48.98º 0.86% 0.45% -
XYZ 11.22 11.98 2.21 -
YUV 92.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 114 96 16 0 0.16 0.86 0.55 48.98 0.75 0.25
Hex 72 60 10 0 10 56 37 31 4B 19
Octal 162 140 20 0 20 126 67 61 113 31
Binary 1110010 1100000 10000 0 10000 1010110 110111 110001 1001011 11001

Color Harmonies of #726010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726010

Black with #726010

Text Example


Text Example

White with #726010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726010; }

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

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

background-color css

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

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

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

border-color css

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

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

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