Html Css Color HEX #706115 Yukon Gold

📋 copy color: '#706115'

red 112 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #706115

Tints of Yukon Gold #706115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 48.7%
G = 42.17%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#706115 (or 0x706115) is known color: Yukon Gold. HEX triplet: 70, 61 and 15. RGB value is (112,97,21). Sum of RGB (Red+Green+Blue) = 112+97+21=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706115 is #8F9EEA. Grayscale: #5D5D5D. Windows color (decimal): -9412331 or 1401200. OLE color: 1401200.

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

Color convert

RGB 112 97 21 -
CMYK 0 0.13 0.81 0.56
HSL 50.11º 0.68% 0.26% -
HSV(B) 50.11º 0.81% 0.44% -
XYZ 11.09 12.05 2.45 -
YUV 92.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 112 97 21 0 0.13 0.81 0.56 50.11 0.68 0.26
Hex 70 61 15 0 D 51 38 32 44 1A
Octal 160 141 25 0 15 121 70 62 104 32
Binary 1110000 1100001 10101 0 1101 1010001 111000 110010 1000100 11010

Color Harmonies of #706115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706115

Black with #706115

Text Example


Text Example

White with #706115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706115; }

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

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

background-color css

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

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

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

border-color css

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

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

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