#70600A

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

Shades of Yukon Gold #70600A

Tints of Yukon Gold #70600A

Color information

#70600A (or 0x70600A) is unknown color: approx Yukon Gold. HEX triplet: 70, 60 and 0A. RGB value is (112,96,10). Sum of RGB (Red+Green+Blue) = 112+96+10=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70600A is #8F9FF5. Grayscale: #5B5B5B. Windows color (decimal): -9412598 or 680048. OLE color: 680048.

HSL color Cylindrical-coordinate representation of color #70600A: hue angle of 50.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70600A is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1129610-
CMYK00.140.910.56
HSL50.59º83.61%23.92%-
HSV(B)50.59º91.07%43.92%-
XYZ10.9211.832-
YUV90.9882.3142.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 10 (4.30% from 255) = 4.59%
R=51.38%
G=44.04%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112961000.140.910.5650.5983.6123.92
Hex7060A0E5B38335418
Octal16014012016133706312430
Binary111000011000001010011101011011111000110011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70600A; }

 p { color: rgb(112,96,10); }

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

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

 a { background-color: rgb(112,96,10); }

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

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

 span { border-color: rgb(112,96,10); }

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