#706115

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

Shades of Yukon Gold #706115

Tints of Yukon Gold #706115

Color information

#706115 (or 0x706115) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 15. RGB value is (112,97,21). Sum of RGB (Red+Green+Blue) = 112+97+21=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706115 is #8F9EEA. Grayscale: #5D5D5D. Windows color (decimal): -9412331 or 1401200. OLE color: 1401200.

HSL color Cylindrical-coordinate representation of color #706115: hue angle of 50.11º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706115 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1129721-
CMYK00.130.810.56
HSL50.11º68.42%26.08%-
HSV(B)50.11º81.25%43.92%-
XYZ11.0912.052.45-
YUV92.8287.47141.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=48.70%
G=42.17%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112972100.130.810.5650.1168.4226.08
Hex7061150D513832441a
Octal16014125015121706210432
Binary1110000110000110101011011010001111000110010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706115; }

 p { color: rgb(112,97,21); }

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

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

 a { background-color: rgb(112,97,21); }

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

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

 span { border-color: rgb(112,97,21); }

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