Html Css Color HEX #705E10 Yukon Gold

📋 copy color: '#705E10'

red 112 ◦ green 94 ◦ blue 16

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

Shades of Yukon Gold #705E10

Tints of Yukon Gold #705E10

RGB

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

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

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

R = 50.45%
G = 42.34%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#705E10 (or 0x705E10) is known color: Yukon Gold. HEX triplet: 70, 5E and 10. RGB value is (112,94,16). Sum of RGB (Red+Green+Blue) = 112+94+16=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #705E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E10 is #8FA1EF. Grayscale: #5A5A5A. Windows color (decimal): -9413104 or 1072752. OLE color: 1072752.

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

Color convert

RGB 112 94 16 -
CMYK 0 0.16 0.86 0.56
HSL 48.75º 0.75% 0.25% -
HSV(B) 48.75º 0.86% 0.44% -
XYZ 10.78 11.49 2.14 -
YUV 90.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 112 94 16 0 0.16 0.86 0.56 48.75 0.75 0.25
Hex 70 5E 10 0 10 56 38 31 4B 19
Octal 160 136 20 0 20 126 70 61 113 31
Binary 1110000 1011110 10000 0 10000 1010110 111000 110001 1001011 11001

Color Harmonies of #705E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E10

Black with #705E10

Text Example


Text Example

White with #705E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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