#72670C

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

Shades of Yukon Gold #72670C

Tints of Yukon Gold #72670C

Color information

#72670C (or 0x72670C) is unknown color: approx Yukon Gold. HEX triplet: 72, 67 and 0C. RGB value is (114,103,12). Sum of RGB (Red+Green+Blue) = 114+103+12=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72670C is #8D98F3. Grayscale: #606060. Windows color (decimal): -9279732 or 812914. OLE color: 812914.

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

Color convert

RGB11410312-
CMYK00.100.890.55
HSL53.53º80.95%24.71%-
HSV(B)53.53º89.47%44.71%-
XYZ11.8613.32.29-
YUV95.9280.64140.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=49.78%
G=44.98%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141031200.100.890.5553.5380.9524.71
Hex7267C0A5937365119
Octal16214714012131676612131
Binary111001011001111100010101011001110111110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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