Html Css Color HEX #706216 Yukon Gold

📋 copy color: '#706216'

red 112 ◦ green 98 ◦ blue 22

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

Shades of Yukon Gold #706216

Tints of Yukon Gold #706216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 48.28%
G = 42.24%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#706216 (or 0x706216) is known color: Yukon Gold. HEX triplet: 70, 62 and 16. RGB value is (112,98,22). Sum of RGB (Red+Green+Blue) = 112+98+22=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706216 is #8F9DE9. Grayscale: #5D5D5D. Windows color (decimal): -9412074 or 1466992. OLE color: 1466992.

HSL color Cylindrical-coordinate representation of color #706216: hue angle of 50.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706216 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 22 -
CMYK 0 0.13 0.80 0.56
HSL 50.67º 0.67% 0.26% -
HSV(B) 50.67º 0.8% 0.44% -
XYZ 11.19 12.24 2.53 -
YUV 93.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 112 98 22 0 0.13 0.80 0.56 50.67 0.67 0.26
Hex 70 62 16 0 D 50 38 33 43 1A
Octal 160 142 26 0 15 120 70 63 103 32
Binary 1110000 1100010 10110 0 1101 1010000 111000 110011 1000011 11010

Color Harmonies of #706216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706216

Black with #706216

Text Example


Text Example

White with #706216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706216; }

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

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

background-color css

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

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

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

border-color css

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

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

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