Html Css Color HEX #706410 Yukon Gold

📋 copy color: '#706410'

red 112 ◦ green 100 ◦ blue 16

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

Shades of Yukon Gold #706410

Tints of Yukon Gold #706410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.86%

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

R = 49.12%
G = 43.86%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706410 (or 0x706410) is known color: Yukon Gold. HEX triplet: 70, 64 and 10. RGB value is (112,100,16). Sum of RGB (Red+Green+Blue) = 112+100+16=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #706410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706410 is #8F9BEF. Grayscale: #5E5E5E. Windows color (decimal): -9411568 or 1074288. OLE color: 1074288.

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

Color convert

RGB 112 100 16 -
CMYK 0 0.11 0.86 0.56
HSL 52.5º 0.75% 0.25% -
HSV(B) 52.5º 0.86% 0.44% -
XYZ 11.33 12.6 2.32 -
YUV 94.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 112 100 16 0 0.11 0.86 0.56 52.5 0.75 0.25
Hex 70 64 10 0 B 56 38 34 4B 19
Octal 160 144 20 0 13 126 70 64 113 31
Binary 1110000 1100100 10000 0 1011 1010110 111000 110100 1001011 11001

Color Harmonies of #706410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706410

Black with #706410

Text Example


Text Example

White with #706410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706410; }

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

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

background-color css

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

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

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

border-color css

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

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

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