Html Css Color HEX #736A3D Yellow Metal

📋 copy color: '#736A3D'

red 115 ◦ green 106 ◦ blue 61

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

Shades of Yellow Metal #736A3D

Tints of Yellow Metal #736A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 40.78%
G = 37.59%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#736A3D (or 0x736A3D) is known color: Yellow Metal. HEX triplet: 73, 6A and 3D. RGB value is (115,106,61). Sum of RGB (Red+Green+Blue) = 115+106+61=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #736A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A3D is #8C95C2. Grayscale: #676767. Windows color (decimal): -9213379 or 4024947. OLE color: 4024947.

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

Color convert

RGB 115 106 61 -
CMYK 0 0.08 0.47 0.55
HSL 50º 0.31% 0.35% -
HSV(B) 50º 0.47% 0.45% -
XYZ 13.07 14.29 6.48 -
YUV 103.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 115 106 61 0 0.08 0.47 0.55 50 0.31 0.35
Hex 73 6A 3D 0 8 2F 37 32 1F 23
Octal 163 152 75 0 10 57 67 62 37 43
Binary 1110011 1101010 111101 0 1000 101111 110111 110010 11111 100011

Color Harmonies of #736A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A3D

Black with #736A3D

Text Example


Text Example

White with #736A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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