Html Css Color HEX #736A40 Yellow Metal

📋 copy color: '#736A40'

red 115 ◦ green 106 ◦ blue 64

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

Shades of Yellow Metal #736A40

Tints of Yellow Metal #736A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

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

R = 40.35%
G = 37.19%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#736A40 (or 0x736A40) is known color: Yellow Metal. HEX triplet: 73, 6A and 40. RGB value is (115,106,64). Sum of RGB (Red+Green+Blue) = 115+106+64=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #736A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A40 is #8C95BF. Grayscale: #686868. Windows color (decimal): -9213376 or 4221555. OLE color: 4221555.

HSL color Cylindrical-coordinate representation of color #736A40: hue angle of 49.41º 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 #736A40 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 64 -
CMYK 0 0.08 0.44 0.55
HSL 49.41º 0.28% 0.35% -
HSV(B) 49.41º 0.44% 0.45% -
XYZ 13.15 14.32 6.92 -
YUV 103.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 115 106 64 0 0.08 0.44 0.55 49.41 0.28 0.35
Hex 73 6A 40 0 8 2C 37 31 1C 23
Octal 163 152 100 0 10 54 67 61 34 43
Binary 1110011 1101010 1000000 0 1000 101100 110111 110001 11100 100011

Color Harmonies of #736A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A40

Black with #736A40

Text Example


Text Example

White with #736A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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