Html Css Color HEX #706218 Yukon Gold

📋 copy color: '#706218'

red 112 ◦ green 98 ◦ blue 24

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

Shades of Yukon Gold #706218

Tints of Yukon Gold #706218

RGB

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

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

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

R = 47.86%
G = 41.88%
B = 10.26%

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

#706218 (or 0x706218) is known color: Yukon Gold. HEX triplet: 70, 62 and 18. RGB value is (112,98,24). Sum of RGB (Red+Green+Blue) = 112+98+24=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706218 is #8F9DE7. Grayscale: #5E5E5E. Windows color (decimal): -9412072 or 1598064. OLE color: 1598064.

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

Color convert

RGB 112 98 24 -
CMYK 0 0.13 0.79 0.56
HSL 50.45º 0.65% 0.27% -
HSV(B) 50.45º 0.79% 0.44% -
XYZ 11.21 12.25 2.64 -
YUV 93.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 112 98 24 0 0.13 0.79 0.56 50.45 0.65 0.27
Hex 70 62 18 0 D 4F 38 32 41 1B
Octal 160 142 30 0 15 117 70 62 101 33
Binary 1110000 1100010 11000 0 1101 1001111 111000 110010 1000001 11011

Color Harmonies of #706218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706218

Black with #706218

Text Example


Text Example

White with #706218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706218; }

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

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

background-color css

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

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

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

border-color css

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

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

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