Html Css Color HEX #726215 Yukon Gold

📋 copy color: '#726215'

red 114 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #726215

Tints of Yukon Gold #726215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 48.93%
G = 42.06%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#726215 (or 0x726215) is known color: Yukon Gold. HEX triplet: 72, 62 and 15. RGB value is (114,98,21). Sum of RGB (Red+Green+Blue) = 114+98+21=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726215 is #8D9DEA. Grayscale: #5E5E5E. Windows color (decimal): -9281003 or 1401458. OLE color: 1401458.

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

Color convert

RGB 114 98 21 -
CMYK 0 0.14 0.82 0.55
HSL 49.68º 0.69% 0.26% -
HSV(B) 49.68º 0.82% 0.45% -
XYZ 11.44 12.37 2.49 -
YUV 94.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 114 98 21 0 0.14 0.82 0.55 49.68 0.69 0.26
Hex 72 62 15 0 E 52 37 32 45 1A
Octal 162 142 25 0 16 122 67 62 105 32
Binary 1110010 1100010 10101 0 1110 1010010 110111 110010 1000101 11010

Color Harmonies of #726215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726215

Black with #726215

Text Example


Text Example

White with #726215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726215; }

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

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

background-color css

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

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

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

border-color css

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

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

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