Html Css Color HEX #706010 Yukon Gold

📋 copy color: '#706010'

red 112 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #706010

Tints of Yukon Gold #706010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 50%
G = 42.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706010 (or 0x706010) is known color: Yukon Gold. HEX triplet: 70, 60 and 10. RGB value is (112,96,16). Sum of RGB (Red+Green+Blue) = 112+96+16=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706010 is #8F9FEF. Grayscale: #5C5C5C. Windows color (decimal): -9412592 or 1073264. OLE color: 1073264.

HSL color Cylindrical-coordinate representation of color #706010: hue angle of 50º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706010 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 16 -
CMYK 0 0.14 0.86 0.56
HSL 50º 0.75% 0.25% -
HSV(B) 50º 0.86% 0.44% -
XYZ 10.96 11.85 2.2 -
YUV 91.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 112 96 16 0 0.14 0.86 0.56 50 0.75 0.25
Hex 70 60 10 0 E 56 38 32 4B 19
Octal 160 140 20 0 16 126 70 62 113 31
Binary 1110000 1100000 10000 0 1110 1010110 111000 110010 1001011 11001

Color Harmonies of #706010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706010

Black with #706010

Text Example


Text Example

White with #706010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706010; }

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

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

background-color css

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

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

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

border-color css

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

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

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