#736C3D

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

Shades of Yellow Metal #736C3D

Tints of Yellow Metal #736C3D

Color information

#736C3D (or 0x736C3D) is unknown color: approx Yellow Metal. HEX triplet: 73, 6C and 3D. RGB value is (115,108,61). Sum of RGB (Red+Green+Blue) = 115+108+61=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C3D is #8C93C2. Grayscale: #686868. Windows color (decimal): -9212867 or 4025459. OLE color: 4025459.

HSL color Cylindrical-coordinate representation of color #736C3D: hue angle of 52.22º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736C3D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11510861-
CMYK00.060.470.55
HSL52.22º30.68%34.51%-
HSV(B)52.22º46.96%45.1%-
XYZ13.2814.716.55-
YUV104.73103.32135.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=40.49%
G=38.03%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151086100.060.470.5552.2230.6834.51
Hex736C3D062F37341f23
Octal16315475065767643743
Binary11100111101100111101011010111111011111010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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