#72650A

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

Shades of Yukon Gold #72650A

Tints of Yukon Gold #72650A

Color information

#72650A (or 0x72650A) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 0A. RGB value is (114,101,10). Sum of RGB (Red+Green+Blue) = 114+101+10=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72650A is #8D9AF5. Grayscale: #5E5E5E. Windows color (decimal): -9280246 or 681330. OLE color: 681330.

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

Color convert

RGB11410110-
CMYK00.110.910.55
HSL52.5º83.87%24.31%-
HSV(B)52.5º91.23%44.71%-
XYZ11.6512.912.16-
YUV94.5180.31141.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=50.67%
G=44.89%
B=4.44%

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
Decimal1141011000.110.910.5552.583.8724.31
Hex7265A0B5B37345418
Octal16214512013133676412430
Binary111001011001011010010111011011110111110100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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