Html Css Color HEX #705E11 Yukon Gold

📋 copy color: '#705E11'

red 112 ◦ green 94 ◦ blue 17

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

Shades of Yukon Gold #705E11

Tints of Yukon Gold #705E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.15%

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

R = 50.22%
G = 42.15%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705E11 (or 0x705E11) is known color: Yukon Gold. HEX triplet: 70, 5E and 11. RGB value is (112,94,17). Sum of RGB (Red+Green+Blue) = 112+94+17=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #705E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E11 is #8FA1EE. Grayscale: #5A5A5A. Windows color (decimal): -9413103 or 1138288. OLE color: 1138288.

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

Color convert

RGB 112 94 17 -
CMYK 0 0.16 0.85 0.56
HSL 48.63º 0.74% 0.25% -
HSV(B) 48.63º 0.85% 0.44% -
XYZ 10.79 11.49 2.18 -
YUV 90.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 112 94 17 0 0.16 0.85 0.56 48.63 0.74 0.25
Hex 70 5E 11 0 10 55 38 31 4A 19
Octal 160 136 21 0 20 125 70 61 112 31
Binary 1110000 1011110 10001 0 10000 1010101 111000 110001 1001010 11001

Color Harmonies of #705E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E11

Black with #705E11

Text Example


Text Example

White with #705E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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