#70610F

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

Shades of Yukon Gold #70610F

Tints of Yukon Gold #70610F

Color information

#70610F (or 0x70610F) is unknown color: approx Yukon Gold. HEX triplet: 70, 61 and 0F. RGB value is (112,97,15). Sum of RGB (Red+Green+Blue) = 112+97+15=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70610F is #8F9EF0. Grayscale: #5C5C5C. Windows color (decimal): -9412337 or 1007984. OLE color: 1007984.

HSL color Cylindrical-coordinate representation of color #70610F: hue angle of 50.72º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70610F is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1129715-
CMYK00.130.870.56
HSL50.72º76.38%24.9%-
HSV(B)50.72º86.61%43.92%-
XYZ11.0412.032.19-
YUV92.1484.47142.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=50%
G=43.30%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112971500.130.870.5650.7276.3824.9
Hex7061F0D5738334c19
Octal16014117015127706311431
Binary111000011000011111011011010111111000110011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70610F; }

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

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

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

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

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

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

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

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