#72600C

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

Shades of Yukon Gold #72600C

Tints of Yukon Gold #72600C

Color information

#72600C (or 0x72600C) is unknown color: approx Yukon Gold. HEX triplet: 72, 60 and 0C. RGB value is (114,96,12). Sum of RGB (Red+Green+Blue) = 114+96+12=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72600C is #8D9FF3. Grayscale: #5C5C5C. Windows color (decimal): -9281524 or 811122. OLE color: 811122.

HSL color Cylindrical-coordinate representation of color #72600C: hue angle of 49.41º 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 #72600C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1149612-
CMYK00.160.890.55
HSL49.41º80.95%24.71%-
HSV(B)49.41º89.47%44.71%-
XYZ11.1911.972.07-
YUV91.8182.96143.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=51.35%
G=43.24%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114961200.160.890.5549.4180.9524.71
Hex7260C0105937315119
Octal16214014020131676112131
Binary1110010110000011000100001011001110111110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72600C; }

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

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

<style>
 a { background-color: #72600C; }

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

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

<style>
 span { border-color: #72600C; }

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

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