Html Css Color HEX #706017 Yukon Gold

📋 copy color: '#706017'

red 112 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #706017

Tints of Yukon Gold #706017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 48.48%
G = 41.56%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706017 (or 0x706017) is known color: Yukon Gold. HEX triplet: 70, 60 and 17. RGB value is (112,96,23). Sum of RGB (Red+Green+Blue) = 112+96+23=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706017 is #8F9FE8. Grayscale: #5C5C5C. Windows color (decimal): -9412585 or 1532016. OLE color: 1532016.

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

Color convert

RGB 112 96 23 -
CMYK 0 0.14 0.79 0.56
HSL 49.21º 0.66% 0.26% -
HSV(B) 49.21º 0.79% 0.44% -
XYZ 11.02 11.87 2.52 -
YUV 92.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 112 96 23 0 0.14 0.79 0.56 49.21 0.66 0.26
Hex 70 60 17 0 E 4F 38 31 42 1A
Octal 160 140 27 0 16 117 70 61 102 32
Binary 1110000 1100000 10111 0 1110 1001111 111000 110001 1000010 11010

Color Harmonies of #706017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706017

Black with #706017

Text Example


Text Example

White with #706017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706017; }

 p { color: rgb(112,96,23); }

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

background-color css

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

 a { background-color: rgb(112,96,23); }

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

border-color css

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

 span { border-color: rgb(112,96,23); }

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