Html Css Color HEX #736A3F Yellow Metal

📋 copy color: '#736A3F'

red 115 ◦ green 106 ◦ blue 63

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

Shades of Yellow Metal #736A3F

Tints of Yellow Metal #736A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 40.49%
G = 37.32%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#736A3F (or 0x736A3F) is known color: Yellow Metal. HEX triplet: 73, 6A and 3F. RGB value is (115,106,63). Sum of RGB (Red+Green+Blue) = 115+106+63=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A3F is #8C95C0. Grayscale: #676767. Windows color (decimal): -9213377 or 4156019. OLE color: 4156019.

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

Color convert

RGB 115 106 63 -
CMYK 0 0.08 0.45 0.55
HSL 49.62º 0.29% 0.35% -
HSV(B) 49.62º 0.45% 0.45% -
XYZ 13.12 14.31 6.77 -
YUV 103.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 115 106 63 0 0.08 0.45 0.55 49.62 0.29 0.35
Hex 73 6A 3F 0 8 2D 37 32 1D 23
Octal 163 152 77 0 10 55 67 62 35 43
Binary 1110011 1101010 111111 0 1000 101101 110111 110010 11101 100011

Color Harmonies of #736A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A3F

Black with #736A3F

Text Example


Text Example

White with #736A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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