Html Css Color HEX #706210 Yukon Gold

📋 copy color: '#706210'

red 112 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #706210

Tints of Yukon Gold #706210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 49.56%
G = 43.36%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706210 (or 0x706210) is known color: Yukon Gold. HEX triplet: 70, 62 and 10. RGB value is (112,98,16). Sum of RGB (Red+Green+Blue) = 112+98+16=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #706210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706210 is #8F9DEF. Grayscale: #5D5D5D. Windows color (decimal): -9412080 or 1073776. OLE color: 1073776.

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

Color convert

RGB 112 98 16 -
CMYK 0 0.13 0.86 0.56
HSL 51.25º 0.75% 0.25% -
HSV(B) 51.25º 0.86% 0.44% -
XYZ 11.14 12.22 2.26 -
YUV 92.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 112 98 16 0 0.13 0.86 0.56 51.25 0.75 0.25
Hex 70 62 10 0 D 56 38 33 4B 19
Octal 160 142 20 0 15 126 70 63 113 31
Binary 1110000 1100010 10000 0 1101 1010110 111000 110011 1001011 11001

Color Harmonies of #706210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706210

Black with #706210

Text Example


Text Example

White with #706210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706210; }

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

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

background-color css

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

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

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

border-color css

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

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

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