Html Css Color HEX #706509 Yukon Gold

📋 copy color: '#706509'

red 112 ◦ green 101 ◦ blue 9

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

Shades of Yukon Gold #706509

Tints of Yukon Gold #706509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

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

R = 50.45%
G = 45.5%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#706509 (or 0x706509) is known color: Yukon Gold. HEX triplet: 70, 65 and 09. RGB value is (112,101,9). Sum of RGB (Red+Green+Blue) = 112+101+9=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706509 is #8F9AF6. Grayscale: #5E5E5E. Windows color (decimal): -9411319 or 615792. OLE color: 615792.

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

Color convert

RGB 112 101 9 -
CMYK 0 0.10 0.92 0.56
HSL 53.59º 0.85% 0.24% -
HSV(B) 53.59º 0.92% 0.44% -
XYZ 11.39 12.77 2.12 -
YUV 93.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 112 101 9 0 0.10 0.92 0.56 53.59 0.85 0.24
Hex 70 65 9 0 A 5C 38 36 55 18
Octal 160 145 11 0 12 134 70 66 125 30
Binary 1110000 1100101 1001 0 1010 1011100 111000 110110 1010101 11000

Color Harmonies of #706509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706509

Black with #706509

Text Example


Text Example

White with #706509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706509; }

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

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

background-color css

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

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

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

border-color css

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

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

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