#72650C

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

Shades of Yukon Gold #72650C

Tints of Yukon Gold #72650C

Color information

#72650C (or 0x72650C) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 0C. RGB value is (114,101,12). Sum of RGB (Red+Green+Blue) = 114+101+12=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72650C is #8D9AF3. Grayscale: #5F5F5F. Windows color (decimal): -9280244 or 812402. OLE color: 812402.

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

Color convert

RGB11410112-
CMYK00.110.890.55
HSL52.35º80.95%24.71%-
HSV(B)52.35º89.47%44.71%-
XYZ11.6612.912.23-
YUV94.7481.31141.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=50.22%
G=44.49%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011200.110.890.5552.3580.9524.71
Hex7265C0B5937345119
Octal16214514013131676412131
Binary111001011001011100010111011001110111110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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