#846612

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

Shades of Yukon Gold #846612

Tints of Yukon Gold #846612

Color information

#846612 (or 0x846612) is unknown color: approx Yukon Gold. HEX triplet: 84, 66 and 12. RGB value is (132,102,18). Sum of RGB (Red+Green+Blue) = 132+102+18=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #846612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846612 is #7B99ED. Grayscale: #656565. Windows color (decimal): -8100334 or 1205892. OLE color: 1205892.

HSL color Cylindrical-coordinate representation of color #846612: hue angle of 44.21º 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 #846612 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13210218-
CMYK00.230.860.48
HSL44.21º76%29.41%-
HSV(B)44.21º86.36%51.76%-
XYZ14.3814.452.6-
YUV101.3980.94149.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=52.38%
G=40.48%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321021800.230.860.4844.217629.41
Hex84661201756302c4c1d
Octal20414622027126605411435
Binary100001001100110100100101111010110110000101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846612; }

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

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

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

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

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

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

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

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