Html Css Color HEX #726310 Yukon Gold

📋 copy color: '#726310'

red 114 ◦ green 99 ◦ blue 16

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

Shades of Yukon Gold #726310

Tints of Yukon Gold #726310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.23%

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

R = 49.78%
G = 43.23%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#726310 (or 0x726310) is known color: Yukon Gold. HEX triplet: 72, 63 and 10. RGB value is (114,99,16). Sum of RGB (Red+Green+Blue) = 114+99+16=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #726310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726310 is #8D9CEF. Grayscale: #5E5E5E. Windows color (decimal): -9280752 or 1074034. OLE color: 1074034.

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

Color convert

RGB 114 99 16 -
CMYK 0 0.13 0.86 0.55
HSL 50.82º 0.75% 0.25% -
HSV(B) 50.82º 0.86% 0.45% -
XYZ 11.49 12.54 2.3 -
YUV 94.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 114 99 16 0 0.13 0.86 0.55 50.82 0.75 0.25
Hex 72 63 10 0 D 56 37 33 4B 19
Octal 162 143 20 0 15 126 67 63 113 31
Binary 1110010 1100011 10000 0 1101 1010110 110111 110011 1001011 11001

Color Harmonies of #726310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726310

Black with #726310

Text Example


Text Example

White with #726310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726310; }

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

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

background-color css

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

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

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

border-color css

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

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

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