#70620F

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

Shades of Yukon Gold #70620F

Tints of Yukon Gold #70620F

Color information

#70620F (or 0x70620F) is unknown color: approx Yukon Gold. HEX triplet: 70, 62 and 0F. RGB value is (112,98,15). Sum of RGB (Red+Green+Blue) = 112+98+15=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70620F is #8F9DF0. Grayscale: #5D5D5D. Windows color (decimal): -9412081 or 1008240. OLE color: 1008240.

HSL color Cylindrical-coordinate representation of color #70620F: hue angle of 51.34º 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 #70620F is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1129815-
CMYK00.130.870.56
HSL51.34º76.38%24.9%-
HSV(B)51.34º86.61%43.92%-
XYZ11.1412.212.22-
YUV92.7284.14141.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=49.78%
G=43.56%
B=6.67%

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
Decimal112981500.130.870.5651.3476.3824.9
Hex7062F0D5738334c19
Octal16014217015127706311431
Binary111000011000101111011011010111111000110011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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