#846A2A

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

Shades of Yukon Gold #846A2A

Tints of Yukon Gold #846A2A

Color information

#846A2A (or 0x846A2A) is unknown color: approx Yukon Gold. HEX triplet: 84, 6A and 2A. RGB value is (132,106,42). Sum of RGB (Red+Green+Blue) = 132+106+42=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #846A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A2A is #7B95D5. Grayscale: #6A6A6A. Windows color (decimal): -8099286 or 2779780. OLE color: 2779780.

HSL color Cylindrical-coordinate representation of color #846A2A: hue angle of 42.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #846A2A is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13210642-
CMYK00.200.680.48
HSL42.67º51.72%34.12%-
HSV(B)42.67º68.18%51.76%-
XYZ15.0915.384.36-
YUV106.4891.61146.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 42 (16.80% from 255) = 15%
R=47.14%
G=37.86%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321064200.200.680.4842.6751.7234.12
Hex846A2A01444302b3422
Octal2041525202410460536442
Binary1000010011010101010100101001000100110000101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846A2A; }

 p { color: rgb(132,106,42); }

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

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

 a { background-color: rgb(132,106,42); }

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

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

 span { border-color: rgb(132,106,42); }

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