#705F15

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

Shades of Yukon Gold #705F15

Tints of Yukon Gold #705F15

Color information

#705F15 (or 0x705F15) is unknown color: approx Yukon Gold. HEX triplet: 70, 5F and 15. RGB value is (112,95,21). Sum of RGB (Red+Green+Blue) = 112+95+21=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #705F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F15 is #8FA0EA. Grayscale: #5B5B5B. Windows color (decimal): -9412843 or 1400688. OLE color: 1400688.

HSL color Cylindrical-coordinate representation of color #705F15: hue angle of 48.79º 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 #705F15 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1129521-
CMYK00.150.810.56
HSL48.79º68.42%26.08%-
HSV(B)48.79º81.25%43.92%-
XYZ10.9111.682.39-
YUV91.6588.13142.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=49.12%
G=41.67%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112952100.150.810.5648.7968.4226.08
Hex705F150F513831441a
Octal16013725017121706110432
Binary1110000101111110101011111010001111000110001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F15; }

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

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

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

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

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

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

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

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