#836006

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

Shades of Golden Brown #836006

Tints of Golden Brown #836006

Color information

#836006 (or 0x836006) is unknown color: approx Golden Brown. HEX triplet: 83, 60 and 06. RGB value is (131,96,6). Sum of RGB (Red+Green+Blue) = 131+96+6=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #836006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836006 is #7C9FF9. Grayscale: #606060. Windows color (decimal): -8167418 or 417923. OLE color: 417923.

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

Color convert

RGB131966-
CMYK00.270.950.49
HSL43.2º91.24%26.86%-
HSV(B)43.2º95.42%51.37%-
XYZ13.5813.22.01-
YUV96.277.1152.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.22%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=56.22%
G=41.20%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13196600.270.950.4943.291.2426.86
Hex8360601B5F312b5b1b
Octal2031406033137615313333
Binary1000001111000001100110111011111110001101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836006; }

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

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

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

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

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

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

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

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