#72640F

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

Shades of Yukon Gold #72640F

Tints of Yukon Gold #72640F

Color information

#72640F (or 0x72640F) is unknown color: approx Yukon Gold. HEX triplet: 72, 64 and 0F. RGB value is (114,100,15). Sum of RGB (Red+Green+Blue) = 114+100+15=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72640F is #8D9BF0. Grayscale: #5E5E5E. Windows color (decimal): -9280497 or 1008754. OLE color: 1008754.

HSL color Cylindrical-coordinate representation of color #72640F: hue angle of 51.52º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72640F is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11410015-
CMYK00.120.870.55
HSL51.52º76.74%25.29%-
HSV(B)51.52º86.84%44.71%-
XYZ11.5812.732.3-
YUV94.583.14141.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=49.78%
G=43.67%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141001500.120.870.5551.5276.7425.29
Hex7264F0C5737344d19
Octal16214417014127676411531
Binary111001011001001111011001010111110111110100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72640F; }

 p { color: rgb(114,100,15); }

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

<style>
 a { background-color: #72640F; }

 a { background-color: rgb(114,100,15); }

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

<style>
 span { border-color: #72640F; }

 span { border-color: rgb(114,100,15); }

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