Html Css Color HEX #706019 Yukon Gold

📋 copy color: '#706019'

red 112 ◦ green 96 ◦ blue 25

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

Shades of Yukon Gold #706019

Tints of Yukon Gold #706019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 48.07%
G = 41.2%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#706019 (or 0x706019) is known color: Yukon Gold. HEX triplet: 70, 60 and 19. RGB value is (112,96,25). Sum of RGB (Red+Green+Blue) = 112+96+25=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706019 is #8F9FE6. Grayscale: #5C5C5C. Windows color (decimal): -9412583 or 1663088. OLE color: 1663088.

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

Color convert

RGB 112 96 25 -
CMYK 0 0.14 0.78 0.56
HSL 48.97º 0.64% 0.27% -
HSV(B) 48.97º 0.78% 0.44% -
XYZ 11.04 11.88 2.63 -
YUV 92.69 89.8 141.77 -
System Red Green Blue C M Y K H S L
Decimal 112 96 25 0 0.14 0.78 0.56 48.97 0.64 0.27
Hex 70 60 19 0 E 4E 38 31 40 1B
Octal 160 140 31 0 16 116 70 61 100 33
Binary 1110000 1100000 11001 0 1110 1001110 111000 110001 1000000 11011

Color Harmonies of #706019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706019

Black with #706019

Text Example


Text Example

White with #706019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706019; }

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

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

background-color css

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

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

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

border-color css

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

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

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