Html Css Color HEX #706109 Yukon Gold

📋 copy color: '#706109'

red 112 ◦ green 97 ◦ blue 9

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

Shades of Yukon Gold #706109

Tints of Yukon Gold #706109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 51.38%
G = 44.5%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706109 (or 0x706109) is known color: Yukon Gold. HEX triplet: 70, 61 and 09. RGB value is (112,97,9). Sum of RGB (Red+Green+Blue) = 112+97+9=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706109 is #8F9EF6. Grayscale: #5B5B5B. Windows color (decimal): -9412343 or 614768. OLE color: 614768.

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

Color convert

RGB 112 97 9 -
CMYK 0 0.13 0.92 0.56
HSL 51.26º 0.85% 0.24% -
HSV(B) 51.26º 0.92% 0.44% -
XYZ 11.01 12.01 2 -
YUV 91.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 112 97 9 0 0.13 0.92 0.56 51.26 0.85 0.24
Hex 70 61 9 0 D 5C 38 33 55 18
Octal 160 141 11 0 15 134 70 63 125 30
Binary 1110000 1100001 1001 0 1101 1011100 111000 110011 1010101 11000

Color Harmonies of #706109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706109

Black with #706109

Text Example


Text Example

White with #706109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706109; }

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

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

background-color css

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

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

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

border-color css

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

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

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