#72620A

Color #72620A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #72620A

Tints of Yukon Gold #72620A

Color information

#72620A (or 0x72620A) is unknown color: approx Yukon Gold. HEX triplet: 72, 62 and 0A. RGB value is (114,98,10). Sum of RGB (Red+Green+Blue) = 114+98+10=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72620A is #8D9DF5. Grayscale: #5D5D5D. Windows color (decimal): -9281014 or 680562. OLE color: 680562.

HSL color Cylindrical-coordinate representation of color #72620A: hue angle of 50.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72620A is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1149810-
CMYK00.140.910.55
HSL50.77º83.87%24.31%-
HSV(B)50.77º91.23%44.71%-
XYZ11.3612.332.07-
YUV92.7581.3143.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=51.35%
G=44.14%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114981000.140.910.5550.7783.8724.31
Hex7262A0E5B37335418
Octal16214212016133676312430
Binary111001011000101010011101011011110111110011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72620A; }

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

 H1.HeaderClassName
 {
   color: #72620A;
 }
 .AnyTagClassName
 {
   color: #72620A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #72620A;
 }
 .BgClassName
 {
   background-color: #72620A;
 }
</style>
border-color css

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

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

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