Html Css Color HEX #736A3E Yellow Metal

📋 copy color: '#736A3E'

red 115 ◦ green 106 ◦ blue 62

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

Shades of Yellow Metal #736A3E

Tints of Yellow Metal #736A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 40.64%
G = 37.46%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#736A3E (or 0x736A3E) is known color: Yellow Metal. HEX triplet: 73, 6A and 3E. RGB value is (115,106,62). Sum of RGB (Red+Green+Blue) = 115+106+62=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #736A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A3E is #8C95C1. Grayscale: #676767. Windows color (decimal): -9213378 or 4090483. OLE color: 4090483.

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

Color convert

RGB 115 106 62 -
CMYK 0 0.08 0.46 0.55
HSL 49.81º 0.3% 0.35% -
HSV(B) 49.81º 0.46% 0.45% -
XYZ 13.09 14.3 6.63 -
YUV 103.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 115 106 62 0 0.08 0.46 0.55 49.81 0.3 0.35
Hex 73 6A 3E 0 8 2E 37 32 1E 23
Octal 163 152 76 0 10 56 67 62 36 43
Binary 1110011 1101010 111110 0 1000 101110 110111 110010 11110 100011

Color Harmonies of #736A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A3E

Black with #736A3E

Text Example


Text Example

White with #736A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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