Html Css Color HEX #726415 Yukon Gold

📋 copy color: '#726415'

red 114 ◦ green 100 ◦ blue 21

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

Shades of Yukon Gold #726415

Tints of Yukon Gold #726415

RGB

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

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

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

R = 48.51%
G = 42.55%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#726415 (or 0x726415) is known color: Yukon Gold. HEX triplet: 72, 64 and 15. RGB value is (114,100,21). Sum of RGB (Red+Green+Blue) = 114+100+21=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726415 is #8D9BEA. Grayscale: #5F5F5F. Windows color (decimal): -9280491 or 1401970. OLE color: 1401970.

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

Color convert

RGB 114 100 21 -
CMYK 0 0.12 0.82 0.55
HSL 50.97º 0.69% 0.26% -
HSV(B) 50.97º 0.82% 0.45% -
XYZ 11.63 12.75 2.56 -
YUV 95.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 114 100 21 0 0.12 0.82 0.55 50.97 0.69 0.26
Hex 72 64 15 0 C 52 37 33 45 1A
Octal 162 144 25 0 14 122 67 63 105 32
Binary 1110010 1100100 10101 0 1100 1010010 110111 110011 1000101 11010

Color Harmonies of #726415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726415

Black with #726415

Text Example


Text Example

White with #726415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726415; }

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

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

background-color css

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

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

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

border-color css

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

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

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