Html Css Color HEX #736A41 Yellow Metal

📋 copy color: '#736A41'

red 115 ◦ green 106 ◦ blue 65

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

Shades of Yellow Metal #736A41

Tints of Yellow Metal #736A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 40.21%
G = 37.06%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#736A41 (or 0x736A41) is known color: Yellow Metal. HEX triplet: 73, 6A and 41. RGB value is (115,106,65). Sum of RGB (Red+Green+Blue) = 115+106+65=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #736A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A41 is #8C95BE. Grayscale: #686868. Windows color (decimal): -9213375 or 4287091. OLE color: 4287091.

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

Color convert

RGB 115 106 65 -
CMYK 0 0.08 0.43 0.55
HSL 49.2º 0.28% 0.35% -
HSV(B) 49.2º 0.43% 0.45% -
XYZ 13.18 14.33 7.07 -
YUV 104.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 115 106 65 0 0.08 0.43 0.55 49.2 0.28 0.35
Hex 73 6A 41 0 8 2B 37 31 1C 23
Octal 163 152 101 0 10 53 67 61 34 43
Binary 1110011 1101010 1000001 0 1000 101011 110111 110001 11100 100011

Color Harmonies of #736A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A41

Black with #736A41

Text Example


Text Example

White with #736A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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