Html Css Color HEX #706219 Yukon Gold

📋 copy color: '#706219'

red 112 ◦ green 98 ◦ blue 25

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

Shades of Yukon Gold #706219

Tints of Yukon Gold #706219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

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

R = 47.66%
G = 41.7%
B = 10.64%

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

#706219 (or 0x706219) is known color: Yukon Gold. HEX triplet: 70, 62 and 19. RGB value is (112,98,25). Sum of RGB (Red+Green+Blue) = 112+98+25=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706219 is #8F9DE6. Grayscale: #5E5E5E. Windows color (decimal): -9412071 or 1663600. OLE color: 1663600.

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

Color convert

RGB 112 98 25 -
CMYK 0 0.13 0.78 0.56
HSL 50.34º 0.64% 0.27% -
HSV(B) 50.34º 0.78% 0.44% -
XYZ 11.23 12.25 2.69 -
YUV 93.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 112 98 25 0 0.13 0.78 0.56 50.34 0.64 0.27
Hex 70 62 19 0 D 4E 38 32 40 1B
Octal 160 142 31 0 15 116 70 62 100 33
Binary 1110000 1100010 11001 0 1101 1001110 111000 110010 1000000 11011

Color Harmonies of #706219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706219

Black with #706219

Text Example


Text Example

White with #706219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706219; }

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

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

background-color css

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

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

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

border-color css

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

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

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