Html Css Color HEX #706118 Yukon Gold

📋 copy color: '#706118'

red 112 ◦ green 97 ◦ blue 24

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

Shades of Yukon Gold #706118

Tints of Yukon Gold #706118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 48.07%
G = 41.63%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706118 (or 0x706118) is known color: Yukon Gold. HEX triplet: 70, 61 and 18. RGB value is (112,97,24). Sum of RGB (Red+Green+Blue) = 112+97+24=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #706118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706118 is #8F9EE7. Grayscale: #5D5D5D. Windows color (decimal): -9412328 or 1597808. OLE color: 1597808.

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

Color convert

RGB 112 97 24 -
CMYK 0 0.13 0.79 0.56
HSL 49.77º 0.65% 0.27% -
HSV(B) 49.77º 0.79% 0.44% -
XYZ 11.12 12.06 2.61 -
YUV 93.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 112 97 24 0 0.13 0.79 0.56 49.77 0.65 0.27
Hex 70 61 18 0 D 4F 38 32 41 1B
Octal 160 141 30 0 15 117 70 62 101 33
Binary 1110000 1100001 11000 0 1101 1001111 111000 110010 1000001 11011

Color Harmonies of #706118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706118

Black with #706118

Text Example


Text Example

White with #706118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706118; }

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

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

background-color css

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

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

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

border-color css

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

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

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