Html Css Color HEX #706306 Yukon Gold

📋 copy color: '#706306'

red 112 ◦ green 99 ◦ blue 6

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

Shades of Yukon Gold #706306

Tints of Yukon Gold #706306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.76%

R = 51.61%
G = 45.62%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#706306 (or 0x706306) is known color: Yukon Gold. HEX triplet: 70, 63 and 06. RGB value is (112,99,6). Sum of RGB (Red+Green+Blue) = 112+99+6=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #706306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706306 is #8F9CF9. Grayscale: #5C5C5C. Windows color (decimal): -9411834 or 418672. OLE color: 418672.

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

Color convert

RGB 112 99 6 -
CMYK 0 0.12 0.95 0.56
HSL 52.64º 0.9% 0.23% -
HSV(B) 52.64º 0.95% 0.44% -
XYZ 11.18 12.38 1.97 -
YUV 92.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 112 99 6 0 0.12 0.95 0.56 52.64 0.9 0.23
Hex 70 63 6 0 C 5F 38 35 5A 17
Octal 160 143 6 0 14 137 70 65 132 27
Binary 1110000 1100011 110 0 1100 1011111 111000 110101 1011010 10111

Color Harmonies of #706306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706306

Black with #706306

Text Example


Text Example

White with #706306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706306; }

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

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

background-color css

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

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

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

border-color css

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

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

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