#847612

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

Shades of Yukon Gold #847612

Tints of Yukon Gold #847612

Color information

#847612 (or 0x847612) is unknown color: approx Yukon Gold. HEX triplet: 84, 76 and 12. RGB value is (132,118,18). Sum of RGB (Red+Green+Blue) = 132+118+18=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #847612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847612 is #7B89ED. Grayscale: #6F6F6F. Windows color (decimal): -8096238 or 1209988. OLE color: 1209988.

HSL color Cylindrical-coordinate representation of color #847612: hue angle of 52.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #847612 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13211818-
CMYK00.110.860.48
HSL52.63º76%29.41%-
HSV(B)52.63º86.36%51.76%-
XYZ16.117.913.18-
YUV110.7975.64143.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 18 (7.42% from 255) = 6.72%
R=49.25%
G=44.03%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321181800.110.860.4852.637629.41
Hex8476120B5630354c1d
Octal20416622013126606511435
Binary10000100111011010010010111010110110000110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847612; }

 p { color: rgb(132,118,18); }

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

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

 a { background-color: rgb(132,118,18); }

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

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

 span { border-color: rgb(132,118,18); }

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