Html Css Color HEX #706008 Yukon Gold

📋 copy color: '#706008'

red 112 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #706008

Tints of Yukon Gold #706008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.7%

R = 51.85%
G = 44.44%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#706008 (or 0x706008) is known color: Yukon Gold. HEX triplet: 70, 60 and 08. RGB value is (112,96,8). Sum of RGB (Red+Green+Blue) = 112+96+8=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706008 is #8F9FF7. Grayscale: #5B5B5B. Windows color (decimal): -9412600 or 548976. OLE color: 548976.

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

Color convert

RGB 112 96 8 -
CMYK 0 0.14 0.93 0.56
HSL 50.77º 0.87% 0.24% -
HSV(B) 50.77º 0.93% 0.44% -
XYZ 10.91 11.83 1.94 -
YUV 90.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 112 96 8 0 0.14 0.93 0.56 50.77 0.87 0.24
Hex 70 60 8 0 E 5D 38 33 57 18
Octal 160 140 10 0 16 135 70 63 127 30
Binary 1110000 1100000 1000 0 1110 1011101 111000 110011 1010111 11000

Color Harmonies of #706008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706008

Black with #706008

Text Example


Text Example

White with #706008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706008; }

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

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

background-color css

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

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

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

border-color css

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

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

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