Html Css Color HEX #706312 Yukon Gold

📋 copy color: '#706312'

red 112 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #706312

Tints of Yukon Gold #706312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.23%

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 48.91%
G = 43.23%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#706312 (or 0x706312) is known color: Yukon Gold. HEX triplet: 70, 63 and 12. RGB value is (112,99,18). Sum of RGB (Red+Green+Blue) = 112+99+18=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706312 is #8F9CED. Grayscale: #5D5D5D. Windows color (decimal): -9411822 or 1205104. OLE color: 1205104.

HSL color Cylindrical-coordinate representation of color #706312: hue angle of 51.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #706312 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 18 -
CMYK 0 0.12 0.84 0.56
HSL 51.7º 0.72% 0.25% -
HSV(B) 51.7º 0.84% 0.44% -
XYZ 11.25 12.41 2.37 -
YUV 93.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 112 99 18 0 0.12 0.84 0.56 51.7 0.72 0.25
Hex 70 63 12 0 C 54 38 34 48 19
Octal 160 143 22 0 14 124 70 64 110 31
Binary 1110000 1100011 10010 0 1100 1010100 111000 110100 1001000 11001

Color Harmonies of #706312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706312

Black with #706312

Text Example


Text Example

White with #706312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706312; }

 p { color: rgb(112,99,18); }

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

background-color css

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

 a { background-color: rgb(112,99,18); }

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

border-color css

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

 span { border-color: rgb(112,99,18); }

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