#72660A

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

Shades of Yukon Gold #72660A

Tints of Yukon Gold #72660A

Color information

#72660A (or 0x72660A) is unknown color: approx Yukon Gold. HEX triplet: 72, 66 and 0A. RGB value is (114,102,10). Sum of RGB (Red+Green+Blue) = 114+102+10=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72660A is #8D99F5. Grayscale: #5F5F5F. Windows color (decimal): -9279990 or 681586. OLE color: 681586.

HSL color Cylindrical-coordinate representation of color #72660A: hue angle of 53.08º 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 #72660A is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11410210-
CMYK00.110.910.55
HSL53.08º83.87%24.31%-
HSV(B)53.08º91.23%44.71%-
XYZ11.7513.12.2-
YUV95.179.98141.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=50.44%
G=45.13%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141021000.110.910.5553.0883.8724.31
Hex7266A0B5B37355418
Octal16214612013133676512430
Binary111001011001101010010111011011110111110101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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