#836C3D

Color #836C3D Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #836C3D

Tints of Yellow Metal #836C3D

Color information

#836C3D (or 0x836C3D) is unknown color: approx Yellow Metal. HEX triplet: 83, 6C and 3D. RGB value is (131,108,61). Sum of RGB (Red+Green+Blue) = 131+108+61=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #836C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C3D is #7C93C2. Grayscale: #6D6D6D. Windows color (decimal): -8164291 or 4025475. OLE color: 4025475.

HSL color Cylindrical-coordinate representation of color #836C3D: hue angle of 40.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #836C3D is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB13110861-
CMYK00.180.530.49
HSL40.29º36.46%37.65%-
HSV(B)40.29º53.44%51.37%-
XYZ15.5615.896.66-
YUV109.52100.62143.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=43.67%
G=36%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311086100.180.530.4940.2936.4637.65
Hex836C3D0123531282426
Octal203154750226561504446
Binary100000111101100111101010010110101110001101000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836C3D; }

 p { color: rgb(131,108,61); }

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

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

 a { background-color: rgb(131,108,61); }

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

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

 span { border-color: rgb(131,108,61); }

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