#846006

Color #846006 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #846006

Tints of Golden Brown #846006

Color information

#846006 (or 0x846006) is unknown color: approx Golden Brown. HEX triplet: 84, 60 and 06. RGB value is (132,96,6). Sum of RGB (Red+Green+Blue) = 132+96+6=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #846006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846006 is #7B9FF9. Grayscale: #606060. Windows color (decimal): -8101882 or 417924. OLE color: 417924.

HSL color Cylindrical-coordinate representation of color #846006: hue angle of 42.86º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #846006 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132966-
CMYK00.270.950.48
HSL42.86º91.3%27.06%-
HSV(B)42.86º95.45%51.76%-
XYZ13.7313.282.01-
YUV96.576.93153.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=56.41%
G=41.03%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13296600.270.950.4842.8691.327.06
Hex8460601B5F302b5b1b
Octal2041406033137605313333
Binary1000010011000001100110111011111110000101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846006; }

 p { color: rgb(132,96,6); }

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

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

 a { background-color: rgb(132,96,6); }

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

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

 span { border-color: rgb(132,96,6); }

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