Html Css Color HEX #706114 Yukon Gold

📋 copy color: '#706114'

red 112 ◦ green 97 ◦ blue 20

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

Shades of Yukon Gold #706114

Tints of Yukon Gold #706114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 48.91%
G = 42.36%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#706114 (or 0x706114) is known color: Yukon Gold. HEX triplet: 70, 61 and 14. RGB value is (112,97,20). Sum of RGB (Red+Green+Blue) = 112+97+20=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706114 is #8F9EEB. Grayscale: #5D5D5D. Windows color (decimal): -9412332 or 1335664. OLE color: 1335664.

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

Color convert

RGB 112 97 20 -
CMYK 0 0.13 0.82 0.56
HSL 50.22º 0.7% 0.26% -
HSV(B) 50.22º 0.82% 0.44% -
XYZ 11.08 12.04 2.4 -
YUV 92.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 112 97 20 0 0.13 0.82 0.56 50.22 0.7 0.26
Hex 70 61 14 0 D 52 38 32 46 1A
Octal 160 141 24 0 15 122 70 62 106 32
Binary 1110000 1100001 10100 0 1101 1010010 111000 110010 1000110 11010

Color Harmonies of #706114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706114

Black with #706114

Text Example


Text Example

White with #706114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706114; }

 p { color: rgb(112,97,20); }

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

background-color css

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

 a { background-color: rgb(112,97,20); }

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

border-color css

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

 span { border-color: rgb(112,97,20); }

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