Html Css Color HEX #706111 Yukon Gold

📋 copy color: '#706111'

red 112 ◦ green 97 ◦ blue 17

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

Shades of Yukon Gold #706111

Tints of Yukon Gold #706111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

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

R = 49.56%
G = 42.92%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#706111 (or 0x706111) is known color: Yukon Gold. HEX triplet: 70, 61 and 11. RGB value is (112,97,17). Sum of RGB (Red+Green+Blue) = 112+97+17=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #706111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706111 is #8F9EEE. Grayscale: #5C5C5C. Windows color (decimal): -9412335 or 1139056. OLE color: 1139056.

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

Color convert

RGB 112 97 17 -
CMYK 0 0.13 0.85 0.56
HSL 50.53º 0.74% 0.25% -
HSV(B) 50.53º 0.85% 0.44% -
XYZ 11.06 12.03 2.27 -
YUV 92.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 112 97 17 0 0.13 0.85 0.56 50.53 0.74 0.25
Hex 70 61 11 0 D 55 38 33 4A 19
Octal 160 141 21 0 15 125 70 63 112 31
Binary 1110000 1100001 10001 0 1101 1010101 111000 110011 1001010 11001

Color Harmonies of #706111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706111

Black with #706111

Text Example


Text Example

White with #706111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706111; }

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

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

background-color css

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

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

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

border-color css

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

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

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