Html Css Color HEX #726015 Yukon Gold

📋 copy color: '#726015'

red 114 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #726015

Tints of Yukon Gold #726015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

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

R = 49.35%
G = 41.56%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#726015 (or 0x726015) is known color: Yukon Gold. HEX triplet: 72, 60 and 15. RGB value is (114,96,21). Sum of RGB (Red+Green+Blue) = 114+96+21=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #726015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726015 is #8D9FEA. Grayscale: #5D5D5D. Windows color (decimal): -9281515 or 1400946. OLE color: 1400946.

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

Color convert

RGB 114 96 21 -
CMYK 0 0.16 0.82 0.55
HSL 48.39º 0.69% 0.26% -
HSV(B) 48.39º 0.82% 0.45% -
XYZ 11.26 12 2.43 -
YUV 92.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 114 96 21 0 0.16 0.82 0.55 48.39 0.69 0.26
Hex 72 60 15 0 10 52 37 30 45 1A
Octal 162 140 25 0 20 122 67 60 105 32
Binary 1110010 1100000 10101 0 10000 1010010 110111 110000 1000101 11010

Color Harmonies of #726015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726015

Black with #726015

Text Example


Text Example

White with #726015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726015; }

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

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

background-color css

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

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

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

border-color css

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

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

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