#70640F

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

Shades of Yukon Gold #70640F

Tints of Yukon Gold #70640F

Color information

#70640F (or 0x70640F) is unknown color: approx Yukon Gold. HEX triplet: 70, 64 and 0F. RGB value is (112,100,15). Sum of RGB (Red+Green+Blue) = 112+100+15=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640F is #8F9BF0. Grayscale: #5E5E5E. Windows color (decimal): -9411569 or 1008752. OLE color: 1008752.

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

Color convert

RGB11210015-
CMYK00.110.870.56
HSL52.58º76.38%24.9%-
HSV(B)52.58º86.61%43.92%-
XYZ11.3312.592.29-
YUV93.983.48140.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=49.34%
G=44.05%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121001500.110.870.5652.5876.3824.9
Hex7064F0B5738354c19
Octal16014417013127706511431
Binary111000011001001111010111010111111000110101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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