#70620D

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

Shades of Yukon Gold #70620D

Tints of Yukon Gold #70620D

Color information

#70620D (or 0x70620D) is unknown color: approx Yukon Gold. HEX triplet: 70, 62 and 0D. RGB value is (112,98,13). Sum of RGB (Red+Green+Blue) = 112+98+13=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70620D is #8F9DF2. Grayscale: #5C5C5C. Windows color (decimal): -9412083 or 877168. OLE color: 877168.

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

Color convert

RGB1129813-
CMYK00.130.880.56
HSL51.52º79.2%24.51%-
HSV(B)51.52º88.39%43.92%-
XYZ11.1212.212.15-
YUV92.583.14141.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 13 (5.47% from 255) = 5.83%
R=50.22%
G=43.95%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112981300.130.880.5651.5279.224.51
Hex7062D0D5838344f19
Octal16014215015130706411731
Binary111000011000101101011011011000111000110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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