Html Css Color HEX #706609 Yukon Gold

📋 copy color: '#706609'

red 112 ◦ green 102 ◦ blue 9

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

Shades of Yukon Gold #706609

Tints of Yukon Gold #706609

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 50.22%
G = 45.74%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706609 (or 0x706609) is known color: Yukon Gold. HEX triplet: 70, 66 and 09. RGB value is (112,102,9). Sum of RGB (Red+Green+Blue) = 112+102+9=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #706609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706609 is #8F99F6. Grayscale: #5E5E5E. Windows color (decimal): -9411063 or 616048. OLE color: 616048.

HSL color Cylindrical-coordinate representation of color #706609: hue angle of 54.17º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #706609 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 9 -
CMYK 0 0.09 0.92 0.56
HSL 54.17º 0.85% 0.24% -
HSV(B) 54.17º 0.92% 0.44% -
XYZ 11.48 12.97 2.16 -
YUV 94.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 112 102 9 0 0.09 0.92 0.56 54.17 0.85 0.24
Hex 70 66 9 0 9 5C 38 36 55 18
Octal 160 146 11 0 11 134 70 66 125 30
Binary 1110000 1100110 1001 0 1001 1011100 111000 110110 1010101 11000

Color Harmonies of #706609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706609

Black with #706609

Text Example


Text Example

White with #706609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706609; }

 p { color: rgb(112,102,9); }

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

background-color css

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

 a { background-color: rgb(112,102,9); }

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

border-color css

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

 span { border-color: rgb(112,102,9); }

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