Html Css Color HEX #726204 Yukon Gold

📋 copy color: '#726204'

red 114 ◦ green 98 ◦ blue 4

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

Shades of Yukon Gold #726204

Tints of Yukon Gold #726204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 52.78%
G = 45.37%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#726204 (or 0x726204) is known color: Yukon Gold. HEX triplet: 72, 62 and 04. RGB value is (114,98,4). Sum of RGB (Red+Green+Blue) = 114+98+4=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #726204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726204 is #8D9DFB. Grayscale: #5C5C5C. Windows color (decimal): -9281020 or 287346. OLE color: 287346.

HSL color Cylindrical-coordinate representation of color #726204: hue angle of 51.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #726204 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 4 -
CMYK 0 0.14 0.96 0.55
HSL 51.27º 0.93% 0.23% -
HSV(B) 51.27º 0.96% 0.45% -
XYZ 11.33 12.32 1.9 -
YUV 92.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 114 98 4 0 0.14 0.96 0.55 51.27 0.93 0.23
Hex 72 62 4 0 E 60 37 33 5D 17
Octal 162 142 4 0 16 140 67 63 135 27
Binary 1110010 1100010 100 0 1110 1100000 110111 110011 1011101 10111

Color Harmonies of #726204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726204

Black with #726204

Text Example


Text Example

White with #726204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726204; }

 p { color: rgb(114,98,4); }

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

background-color css

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

 a { background-color: rgb(114,98,4); }

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

border-color css

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

 span { border-color: rgb(114,98,4); }

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