#72660B

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

Shades of Yukon Gold #72660B

Tints of Yukon Gold #72660B

Color information

#72660B (or 0x72660B) is unknown color: approx Yukon Gold. HEX triplet: 72, 66 and 0B. RGB value is (114,102,11). Sum of RGB (Red+Green+Blue) = 114+102+11=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72660B is #8D99F4. Grayscale: #5F5F5F. Windows color (decimal): -9279989 or 747122. OLE color: 747122.

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

Color convert

RGB11410211-
CMYK00.110.900.55
HSL53.01º82.4%24.51%-
HSV(B)53.01º90.35%44.71%-
XYZ11.7513.12.23-
YUV95.2180.48141.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=50.22%
G=44.93%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141021100.110.900.5553.0182.424.51
Hex7266B0B5A37355219
Octal16214613013132676512231
Binary111001011001101011010111011010110111110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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