#706308

Color #706308 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #706308

Tints of Yukon Gold #706308

Color information

#706308 (or 0x706308) is unknown color: approx Yukon Gold. HEX triplet: 70, 63 and 08. RGB value is (112,99,8). Sum of RGB (Red+Green+Blue) = 112+99+8=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #706308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706308 is #8F9CF7. Grayscale: #5C5C5C. Windows color (decimal): -9411832 or 549744. OLE color: 549744.

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

Color convert

RGB112998-
CMYK00.120.930.56
HSL52.5º86.67%23.53%-
HSV(B)52.5º92.86%43.92%-
XYZ11.1912.392.03-
YUV92.5180.31141.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=51.14%
G=45.21%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11299800.120.930.5652.586.6723.53
Hex706380C5D38345718
Octal16014310014135706412730
Binary111000011000111000011001011101111000110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706308; }

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

 H1.HeaderClassName
 {
   color: #706308;
 }
 .AnyTagClassName
 {
   color: #706308;
 }
</style>
background-color css

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

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

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

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

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

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