Html Css Color HEX #726406 Yukon Gold

📋 copy color: '#726406'

red 114 ◦ green 100 ◦ blue 6

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

Shades of Yukon Gold #726406

Tints of Yukon Gold #726406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 51.82%
G = 45.45%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#726406 (or 0x726406) is known color: Yukon Gold. HEX triplet: 72, 64 and 06. RGB value is (114,100,6). Sum of RGB (Red+Green+Blue) = 114+100+6=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #726406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726406 is #8D9BF9. Grayscale: #5D5D5D. Windows color (decimal): -9280506 or 418930. OLE color: 418930.

HSL color Cylindrical-coordinate representation of color #726406: hue angle of 52.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #726406 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 6 -
CMYK 0 0.12 0.95 0.55
HSL 52.22º 0.9% 0.24% -
HSV(B) 52.22º 0.95% 0.45% -
XYZ 11.53 12.7 2.02 -
YUV 93.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 114 100 6 0 0.12 0.95 0.55 52.22 0.9 0.24
Hex 72 64 6 0 C 5F 37 34 5A 18
Octal 162 144 6 0 14 137 67 64 132 30
Binary 1110010 1100100 110 0 1100 1011111 110111 110100 1011010 11000

Color Harmonies of #726406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726406

Black with #726406

Text Example


Text Example

White with #726406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726406; }

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

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

background-color css

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

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

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

border-color css

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

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

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