#72660c

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

Shades of Yukon Gold #72660C

Tints of Yukon Gold #72660C

Color information

#72660C (or 0x72660C) is unknown color: approx Yukon Gold. HEX triplet: 72, 66 and 0C. RGB value is (114,102,12). Sum of RGB (Red+Green+Blue) = 114+102+12=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72660C is #8D99F3. Grayscale: #5F5F5F. Windows color (decimal): -9279988 or 812658. OLE color: 812658.

HSL color Cylindrical-coordinate representation of color #72660C: hue angle of 52.94º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72660C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11410212-
CMYK00.110.890.55
HSL52.94º80.95%24.71%-
HSV(B)52.94º89.47%44.71%-
XYZ11.7613.112.26-
YUV95.3380.98141.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=50%
G=44.74%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141021200.110.890.5552.9480.9524.71
Hex7266C0B5937355119
Octal16214614013131676512131
Binary111001011001101100010111011001110111110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72660c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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