Html Css Color HEX #706119 Yukon Gold

📋 copy color: '#706119'

red 112 ◦ green 97 ◦ blue 25

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

Shades of Yukon Gold #706119

Tints of Yukon Gold #706119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 47.86%
G = 41.45%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706119 (or 0x706119) is known color: Yukon Gold. HEX triplet: 70, 61 and 19. RGB value is (112,97,25). Sum of RGB (Red+Green+Blue) = 112+97+25=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706119 is #8F9EE6. Grayscale: #5D5D5D. Windows color (decimal): -9412327 or 1663344. OLE color: 1663344.

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

Color convert

RGB 112 97 25 -
CMYK 0 0.13 0.78 0.56
HSL 49.66º 0.64% 0.27% -
HSV(B) 49.66º 0.78% 0.44% -
XYZ 11.13 12.06 2.66 -
YUV 93.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 112 97 25 0 0.13 0.78 0.56 49.66 0.64 0.27
Hex 70 61 19 0 D 4E 38 32 40 1B
Octal 160 141 31 0 15 116 70 62 100 33
Binary 1110000 1100001 11001 0 1101 1001110 111000 110010 1000000 11011

Color Harmonies of #706119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706119

Black with #706119

Text Example


Text Example

White with #706119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706119; }

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

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

background-color css

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

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

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

border-color css

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

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

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