#72640B

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

Shades of Yukon Gold #72640B

Tints of Yukon Gold #72640B

Color information

#72640B (or 0x72640B) is unknown color: approx Yukon Gold. HEX triplet: 72, 64 and 0B. RGB value is (114,100,11). Sum of RGB (Red+Green+Blue) = 114+100+11=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72640B is #8D9BF4. Grayscale: #5E5E5E. Windows color (decimal): -9280501 or 746610. OLE color: 746610.

HSL color Cylindrical-coordinate representation of color #72640B: hue angle of 51.84º 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 #72640B is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11410011-
CMYK00.120.900.55
HSL51.84º82.4%24.51%-
HSV(B)51.84º90.35%44.71%-
XYZ11.5612.722.16-
YUV94.0481.14142.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=50.67%
G=44.44%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141001100.120.900.5551.8482.424.51
Hex7264B0C5A37345219
Octal16214413014132676412231
Binary111001011001001011011001011010110111110100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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