Html Css Color HEX #706011 Yukon Gold

📋 copy color: '#706011'

red 112 ◦ green 96 ◦ blue 17

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

Shades of Yukon Gold #706011

Tints of Yukon Gold #706011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 49.78%
G = 42.67%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#706011 (or 0x706011) is known color: Yukon Gold. HEX triplet: 70, 60 and 11. RGB value is (112,96,17). Sum of RGB (Red+Green+Blue) = 112+96+17=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706011 is #8F9FEE. Grayscale: #5C5C5C. Windows color (decimal): -9412591 or 1138800. OLE color: 1138800.

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

Color convert

RGB 112 96 17 -
CMYK 0 0.14 0.85 0.56
HSL 49.89º 0.74% 0.25% -
HSV(B) 49.89º 0.85% 0.44% -
XYZ 10.97 11.85 2.24 -
YUV 91.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 112 96 17 0 0.14 0.85 0.56 49.89 0.74 0.25
Hex 70 60 11 0 E 55 38 32 4A 19
Octal 160 140 21 0 16 125 70 62 112 31
Binary 1110000 1100000 10001 0 1110 1010101 111000 110010 1001010 11001

Color Harmonies of #706011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706011

Black with #706011

Text Example


Text Example

White with #706011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706011; }

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

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

background-color css

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

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

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

border-color css

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

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

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