Html Css Color HEX #726710 Yukon Gold

📋 copy color: '#726710'

red 114 ◦ green 103 ◦ blue 16

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

Shades of Yukon Gold #726710

Tints of Yukon Gold #726710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

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

R = 48.93%
G = 44.21%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#726710 (or 0x726710) is known color: Yukon Gold. HEX triplet: 72, 67 and 10. RGB value is (114,103,16). Sum of RGB (Red+Green+Blue) = 114+103+16=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726710 is #8D98EF. Grayscale: #606060. Windows color (decimal): -9279728 or 1075058. OLE color: 1075058.

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

Color convert

RGB 114 103 16 -
CMYK 0 0.10 0.86 0.55
HSL 53.27º 0.75% 0.25% -
HSV(B) 53.27º 0.86% 0.45% -
XYZ 11.88 13.32 2.43 -
YUV 96.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 114 103 16 0 0.10 0.86 0.55 53.27 0.75 0.25
Hex 72 67 10 0 A 56 37 35 4B 19
Octal 162 147 20 0 12 126 67 65 113 31
Binary 1110010 1100111 10000 0 1010 1010110 110111 110101 1001011 11001

Color Harmonies of #726710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726710

Black with #726710

Text Example


Text Example

White with #726710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726710; }

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

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

background-color css

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

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

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

border-color css

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

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

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