Html Css Color HEX #70620A Yukon Gold

📋 copy color: '#70620A'

red 112 ◦ green 98 ◦ blue 10

#70620A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #70620A

Tints of Yukon Gold #70620A

RGB

 RED value IS 112 (44.14% from 255) = 50.91%

 GREEN value IS 98 (38.67% from 255) = 44.55%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 50.91%
G = 44.55%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70620A (or 0x70620A) is known color: Yukon Gold. HEX triplet: 70, 62 and 0A. RGB value is (112,98,10). Sum of RGB (Red+Green+Blue) = 112+98+10=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70620A is #8F9DF5. Grayscale: #5C5C5C. Windows color (decimal): -9412086 or 680560. OLE color: 680560.

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

Color convert

RGB 112 98 10 -
CMYK 0 0.13 0.91 0.56
HSL 51.76º 0.84% 0.24% -
HSV(B) 51.76º 0.91% 0.44% -
XYZ 11.1 12.2 2.06 -
YUV 92.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 112 98 10 0 0.13 0.91 0.56 51.76 0.84 0.24
Hex 70 62 A 0 D 5B 38 34 54 18
Octal 160 142 12 0 15 133 70 64 124 30
Binary 1110000 1100010 1010 0 1101 1011011 111000 110100 1010100 11000

Color Harmonies of #70620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70620A

Black with #70620A

Text Example


Text Example

White with #70620A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70620A;
 }
 .AnyTagClassName
 {
   color: #70620A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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