Html Css Color HEX #736940 Yellow Metal

📋 copy color: '#736940'

red 115 ◦ green 105 ◦ blue 64

#736940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #736940

Tints of Yellow Metal #736940

RGB

 RED value IS 115 (45.31% from 255) = 40.49%

 GREEN value IS 105 (41.41% from 255) = 36.97%

 BLUE value IS 64 (25.39% from 255) = 22.54%

R = 40.49%
G = 36.97%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#736940 (or 0x736940) is known color: Yellow Metal. HEX triplet: 73, 69 and 40. RGB value is (115,105,64). Sum of RGB (Red+Green+Blue) = 115+105+64=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736940 is #8C96BF. Grayscale: #676767. Windows color (decimal): -9213632 or 4221299. OLE color: 4221299.

HSL color Cylindrical-coordinate representation of color #736940: hue angle of 48.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736940 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 64 -
CMYK 0 0.09 0.44 0.55
HSL 48.24º 0.28% 0.35% -
HSV(B) 48.24º 0.44% 0.45% -
XYZ 13.05 14.12 6.89 -
YUV 103.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 115 105 64 0 0.09 0.44 0.55 48.24 0.28 0.35
Hex 73 69 40 0 9 2C 37 30 1C 23
Octal 163 151 100 0 11 54 67 60 34 43
Binary 1110011 1101001 1000000 0 1001 101100 110111 110000 11100 100011

Color Harmonies of #736940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736940

Black with #736940

Text Example


Text Example

White with #736940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736940; }

 p { color: rgb(115,105,64); }

 H1.HeaderClassName
 {
   color: #736940;
 }
 .AnyTagClassName
 {
   color: #736940;
 }
</style>

background-color css

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

 a { background-color: rgb(115,105,64); }

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

border-color css

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

 span { border-color: rgb(115,105,64); }

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