#72611A

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

Shades of Yukon Gold #72611A

Tints of Yukon Gold #72611A

Color information

#72611A (or 0x72611A) is unknown color: approx Yukon Gold. HEX triplet: 72, 61 and 1A. RGB value is (114,97,26). Sum of RGB (Red+Green+Blue) = 114+97+26=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72611A is #8D9EE5. Grayscale: #5E5E5E. Windows color (decimal): -9281254 or 1728882. OLE color: 1728882.

HSL color Cylindrical-coordinate representation of color #72611A: hue angle of 48.41º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72611A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1149726-
CMYK00.150.770.55
HSL48.41º62.86%27.45%-
HSV(B)48.41º77.19%44.71%-
XYZ11.412.22.73-
YUV93.9989.63142.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=48.10%
G=40.93%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114972600.150.770.5548.4162.8627.45
Hex72611A0F4D37303f1b
Octal1621413201711567607733
Binary111001011000011101001111100110111011111000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,97,26); }

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

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

 a { background-color: rgb(114,97,26); }

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

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

 span { border-color: rgb(114,97,26); }

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